Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kunguz/odak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Sep 24, 2021
2 parents e64a7ee + c5a1ddd commit 728eae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/odak/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip3 install -r requirements.txt
python3 setup.py install
```

# Notes before running
## Notes before running
Some notes should be highlighted to users, and these include:

* Odak installs `Numpy` during an installation but not `Cupy`.
Expand All @@ -34,7 +34,7 @@ Therefore, anything that relies on approaches that use `Numpy` or `Cupy` can not
* Odak installs `PyTorch` that only uses `CPU`.
To properly install `PyTorch` with GPU support, please consult [PyTorch website](https://pytorch.org).

# Testing an installation
## Testing an installation
After installing Odak, one can test if Odak has been appropriately installed with its dependencies by running the unit tests.
To be able to run unit tests, make sure to have `pytest` installed:

Expand Down

0 comments on commit 728eae0

Please sign in to comment.