Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update installation.rst #874

Closed
wants to merge 1 commit into from
Closed
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
7 changes: 3 additions & 4 deletions docs/source/_get-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ The ZnTrack package is available on PyPI and can be installed using
Developer Installation
----------------------

ZnTrack is developed using `Poetry <https://python-poetry.org/>`_.
To install the package in development mode, clone the repository and use ``poetry install``.
Instead of using the poetry environment you can also use ``conda create -n zntrack python`` and ``conda activate zntrack`` before installing the package.
ZnTrack is developed using `uv <https://docs.astral.sh/uv/>`_.
....

.. code-block:: bash

git clone https://github.com/zincware/ZnTrack.git
cd ZnTrack
poetry install
...
Loading