Skip to content

Commit

Permalink
Merge pull request #271 from pysal/jGaboardi-patch-1
Browse files Browse the repository at this point in the history
updating README.md
  • Loading branch information
jGaboardi committed May 12, 2019
2 parents 40c574f + cc5c6e2 commit 1d64f42
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,19 @@ Examples
Installation
------------

(Recommended) Install the latest stable of spaghetti by running:
Install the latest stable of `spaghetti` via [PyPI](https://pypi.org/project/spaghetti/) by running:

```
$ pip install spaghetti
```

Install the most current development version of spaghetti by running:
Install the latest stable of `spaghetti` via [conda-forge](https://github.com/conda-forge/spaghetti-feedstock) by running:

```
$ conda install --channel conda-forge spaghetti
```

Install the most current development version of `spaghetti` by running:

```
$ pip install git+https://github.com/pysal/spaghetti
Expand All @@ -86,6 +92,12 @@ Requirements
- `rtree`


Soft Dependencies
-----------------
- `shapely`
- `geopandas`


Contribute
----------

Expand Down

0 comments on commit 1d64f42

Please sign in to comment.