Skip to content

Commit

Permalink
Fixing doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Serrano committed Apr 5, 2017
1 parent 39134aa commit 5debd53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ The requirements of Geomodelr Query Tool are:
- numpy, scipy and shapely, (pip will install them).

In general, you can install geomodelr by calling::

pip install geomodelr

Ubuntu Linux
------------
You can install it from the command line::

# This will install boost.
sudo apt-get install libboost-all-dev
# This will install geomodelr globally.
Expand All @@ -55,6 +57,7 @@ Mac OS X
--------
- Install mac ports from https://www.macports.org/
- Now from the command line::

sudo ports install boost
sudo ports install pip
INCLUDE_DIRS="/opt/local/include/boost" LIBRARY_DIRS="/opt/local/lib" LIBRARIES="boost_python-mt" pip install geomodelr --user
Expand Down

0 comments on commit 5debd53

Please sign in to comment.