Skip to content

Commit

Permalink
Removing manual CNR from py venv installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Oct 14, 2023
1 parent 72f4f7b commit 09230a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/community/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ When installing a tool, depending on how it gets installed, here are the rules.
git -C /opt/tools/ clone --depth 1 https://github.com/AUTHOR/REPO
cd /opt/tools/yourtool || exit
python3 -m venv ./venv/
catch_and_retry ./venv/bin/python3 -m pip install -r requirements.txt
source ./venv/bin/activate
pip3 install -r requirements.txt
deactivate
add-aliases yourtool
And add the following alias to your new alias file in /sources/assets/zsh/aliases.d/
Expand Down

0 comments on commit 09230a0

Please sign in to comment.