Skip to content

Commit e7e80bb

Browse files
committed
commented editable installs
1 parent 4e78e8e commit e7e80bb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/requirements.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Since the adoption of pyproject.toml this client dependency is no longer valid, since it will cause conflicts.
2-
# To install it in editable mode it must be installed manually after the GeoNode installation.
3-
# Inside the container run:
4-
# pip install -e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client --src=/usr/src
5-
#-e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
6-
-e git+https://github.com/GeoNode/geonode.git@master#egg=GeoNode
1+
# For an editable installation of GeoNode, you can perform the following inside the python venv:
2+
# pip install -e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
3+
# pip install -e git+https://github.com/GeoNode/geonode.git@master#egg=geonode
4+
git+https://github.com/GeoNode/geonode.git@master#egg=GeoNode

0 commit comments

Comments
 (0)