Skip to content

Commit

Permalink
Use python3 in README instructions
Browse files Browse the repository at this point in the history
The `python` symlink may be missing on a system; or even point to py2.
We should use `python3` to be sure. (It's ok to use `python` inside a
virtualenv though.)

Signed-off-by: Ihar Hrachyshka <[email protected]>
  • Loading branch information
booxter committed Jul 31, 2024
1 parent dbf4db2 commit 72733bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripts/infra/cloud-instance.sh ec2 ssh
# Regardless of how you setup your instance
git clone https://github.com/instructlab/taxonomy.git && pushd taxonomy && git branch rc && popd
git clone --bare https://github.com/instructlab/eval.git && git clone eval.git/ && cd eval && git remote add syncrepo ../eval.git
python -m venv venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 72733bc

Please sign in to comment.