Skip to content

Commit

Permalink
[Docs] Cleaning up misleading instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 29, 2019
1 parent 2a1eeb8 commit 7f0ad22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ install:
export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::");
export PATH=$JAVA_HOME'bin/java':$PATH;
pip install -r requirements.txt --upgrade;
pip install -e . --upgrade;
pip install -e .;
pip install pygdal==`gdal-config --version`.*;
pip install codecov;
fi
Expand Down
2 changes: 1 addition & 1 deletion docs/install/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ At this point your command prompt shows a ``(geonode)`` prefix, this indicates t
# Install the Python packages
cd /opt/geonode
pip install -r requirements.txt --upgrade --no-cache --no-cache-dir
pip install -e . --upgrade --no-cache --no-cache-dir
pip install -e .
# Install GDAL Utilities for Python
pip install pygdal=="`gdal-config --version`.*"
Expand Down
2 changes: 1 addition & 1 deletion docs/install/project/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Make an instance out of the ``Django Template``
# Install the Python packages
cd /opt/geonode_custom/my_geonode
pip install -r requirements.txt --upgrade --no-cache --no-cache-dir
pip install -e . --upgrade --no-cache --no-cache-dir
pip install -e .
# Install GDAL Utilities for Python
pip install pygdal=="`gdal-config --version`.*"
Expand Down

0 comments on commit 7f0ad22

Please sign in to comment.