File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments