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
To install segment-geospatial, run this command in your terminal:
5
+
**segment-geospatial** is available on [PyPI](https://pypi.org/project/segment-geospatial/). To install **segment-geospatial**, run this command in your terminal:
6
6
7
-
```
7
+
```bash
8
8
pip install segment-geospatial
9
9
```
10
10
11
-
This is the preferred method to install segment-geospatial, as it will always install the most recent stable release.
12
-
13
-
If you don't have [pip](https://pip.pypa.io) installed, this [Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) can guide you through the process.
11
+
## Install from conda-forge
14
12
15
-
## From sources
13
+
**segment-geospatial** is also available on [conda-forge](https://anaconda.org/conda-forge/segment-geospatial). If you have
14
+
[Anaconda](https://www.anaconda.com/distribution/#download-section) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) installed on your computer, you can install segment-geospatial using the following command:
16
15
17
-
The sources for segment-geospatial can be downloaded from the Github repo.
16
+
```bash
17
+
conda install -c conda-forge segment-geospatial
18
+
```
18
19
19
-
You can clone the public repository:
20
+
It is recommended to create a fresh conda environment for **segment-geospatial**. The following command will create a new conda environment named `geo` and install **segment-geospatial** and its dependencies:
0 commit comments