Skip to content

Commit 369a998

Browse files
Update README.md
1 parent 5441952 commit 369a998

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ Daniel Lemire, Leonid Boytsov, Owen Kaser, Maxime Caron, Louis Dionne, Michel Le
1212
Bindings can be installed locally:
1313
```
1414
cd python_bindings
15+
pip install -r requirements.txt
1516
sudo setup.py build install
1617
```
1718
or via pip:
1819
```
1920
pip install pyfastpfor
2021
```
21-
Due to some compilation quirks this currently seem to work with GCC only. I will fix it in some not so distant future.
22+
Due to some compilation quirks this currently seem to work with GCC only. I will fix it in some not so distant future. You may also need to install Python dev-files. On Ubuntu, for Python 3 you can do it as follows:
23+
24+
```
25+
sudo apt-get install python3-dev
26+
```
2227

2328
# Documentation
2429

0 commit comments

Comments
 (0)