You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** While `pip` can install OSMnx, it's not officially supported due to potential issues with C dependencies. If unsure, use `conda` as instructed above to avoid problems.
42
+
> **Note:** While `pip` can install `superblockify`, it's not officially supported due
43
+
> to potential issues with C dependencies needed for OSMnx.
44
+
> If unsure, use `conda` as instructed above to avoid problems.
42
45
43
46
*Alternatively*, or if you run into
44
47
issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip)
@@ -48,13 +51,6 @@ file:
48
51
49
52
```bash
50
53
conda env create --file environment.yml
51
-
```
52
-
53
-
### Install package
54
-
55
-
Next, activate the environment and install the package:
> **Note:** While `pip` can install OSMnx, it's not officially supported due to potential issues with C dependencies. If unsure, use `conda` as instructed above to avoid problems.
15
+
> **Note:** While `pip` can install `superblockify`, it's not officially supported due
16
+
> to potential issues with C dependencies needed for OSMnx. If unsure, use `conda` as
17
+
> instructed above to avoid problems.
15
18
16
-
*Alternatively*, or if you run into issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip) and create the environment via
19
+
*Alternatively*, or if you run into
20
+
issues, [clone this repository](https://github.com/NERDSITU/superblockify/archive/refs/heads/main.zip)
21
+
and create the environment via
17
22
the [`environment.yml`](https://github.com/NERDSITU/superblockify/blob/main/environment.yml)
18
23
file:
19
24
20
25
```bash
21
26
conda env create --file environment.yml
22
-
```
23
-
24
-
### Install package
25
-
26
-
Next, activate the environment and install the package:
0 commit comments