Skip to content

Commit

Permalink
add python venv instructions to getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdenglele authored Oct 15, 2024
1 parent ec06fba commit db74335
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ After installing `git <https://git-scm.com/>`_ and `docker <https://www.docker.c

.. code-block::
# Create and activate a python virtual environment
python -m venv ~/venv-colrev && source ~/venv-colrev/bin/activate
# Install CoLRev
pip install colrev
# ... and start with the main command
colrev status
The CoLRev environment supports for the whole literature review process:
The CoLRev environment supports the whole literature review process:

.. figure:: ../figures/figure-docs.png
:width: 600
Expand Down

0 comments on commit db74335

Please sign in to comment.