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 03d4c88 commit 4b5e007
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,23 @@ 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
python3 -m pip install virtualenv
python3 -m venv env
source ./env/bin/activate
pip3 install -r requirements.txt
pip3 install poetry
poetry config virtualenvs.in project true
poetry install
```
#### Building the project
```
python setup.py build
poetry build
```

#### Run the tests
```
python3 -m pytest
peotry run pytest
```

#### Linting and formating the code in-place
```
python setup.py format
poetry run black .
```

## Contributing & features to add
Expand Down

0 comments on commit 4b5e007

Please sign in to comment.