Skip to content

Commit

Permalink
remove redundant "pip install packagename" lines, will be handled by …
Browse files Browse the repository at this point in the history
…"$ pip install -e .[dev,docs]"
  • Loading branch information
dengdenglele authored May 7, 2024
1 parent fac2232 commit 129c953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/dev_docs/setup/part_3_colrev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Install the following tools mandatory for CoLRev (using the shell / ``Ctrl``\ +\
# Setup python and pip package manager
sudo apt install python-is-python3
sudo apt install python3-pip

.. these lines are obsolete/redundant, will get handled later by "$ pip install -e .[dev,docs]"
python3 -m pip install --upgrade pip
python3 -m pip install poetry
python3 -m pip install --upgrade paramiko
Expand Down

0 comments on commit 129c953

Please sign in to comment.