Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

use of pypi for simpler install #173

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/install_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Install GEOUNED with pip, we also prefix this with "python -m" to ensure that pi

.. code-block:: sh

python -m pip install git+https://github.com/GEOUNED-code/GEOUNED.git@dev
python -m pip install geouned

Then you will be able to run import GEOUNED from within Python

Expand Down Expand Up @@ -119,7 +119,7 @@ Install GEOUNED with pip, we also prefix this with "python -m" to ensure that pi

.. code-block:: sh

python -m pip install git+https://github.com/GEOUNED-code/GEOUNED.git@dev
python -m pip install geouned

Then you will be able to run import GEOUNED from within Python

Expand Down