Skip to content

Commit

Permalink
add "colrev install all-packages" to getting started install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdenglele authored Oct 16, 2024
1 parent a98b0ad commit 7420aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ After installing `git <https://git-scm.com/>`_ and `docker <https://www.docker.c
# Create and activate a python virtual environment
python -m venv ~/venv-colrev && source ~/venv-colrev/bin/activate
# Install CoLRev
pip install colrev
# Install CoLRev and all CoLRev related packages
pip install colrev && colrev install all-packages
# ... and start with the main command
colrev status
Expand Down

0 comments on commit 7420aa0

Please sign in to comment.