Unverified Commit e9c43d67 authored by Chaitanya Sri Krishna Lolla's avatar Chaitanya Sri Krishna Lolla Committed by GitHub
Browse files

update readme with ninja build instruction and pip3.6 install (#35)

parent 3344233f
......@@ -136,6 +136,12 @@ python3.6 setup.py install
python3.6 setup.py install --cpp_ext --cuda_ext
```
### To install Apex on ROCm using ninja and without cloning the source
```
pip3.6 install ninja
pip3.6 install -v --install-option="--cpp_ext" --install-option="--cuda_ext" 'git+https://github.com/ROCmSoftwarePlatform/apex.git'
```
### Linux
For performance and full functionality, we recommend installing Apex with
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment