Skip to content

Commit

Permalink
Add gcc caveat to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary committed Jul 6, 2017
1 parent 59107ce commit 40d3883
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 @@ -12,7 +12,7 @@ cd pytorch-ctc
# install dependencies (PyTorch and CFFI)
pip install -r requirements.txt

# build the extension and install python package
# build the extension and install python package (requires gcc-5 or later)
# python setup.py install
CC=/path/to/gcc-5 CXX=/path/to/g++-5 python setup.py install

Expand Down

0 comments on commit 40d3883

Please sign in to comment.