Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orifmilod authored Apr 24, 2024
1 parent b91734a commit 2c66857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ The current recommended way to install GigaTorch is from source.
git clone https://github.com/orifmilod/GigaTorch.git
cd GigaTorch
# Make sure you have virtualenv installed
python -m pip install virtualenv
python -m venv env
python3 -m pip install virtualenv
python3 -m venv env
source ./env/bin/activate
python install -r requirements.txt
pip3 install -r requirements.txt
```
#### Building the project
```
Expand Down

0 comments on commit 2c66857

Please sign in to comment.