Changes
Page history
Installation for Python 3.
authored
May 16, 2018
by
Andreas Schmidt
Hide whitespace changes
Inline
Side-by-side
installation.md
View page @
4fb4af3a
...
...
@@ -24,7 +24,7 @@ While the core protocol is written purely in C/C++, [Cython](http://cython.org/)
### Prerequisites
```
bash
pip
install
Cython
==
0.27.3
pip
3
install
Cython
==
0.27.3
```
### Setup
...
...
@@ -32,5 +32,5 @@ pip install Cython==0.27.3
The protocol can be installed system-wide as follows:
```
bash
python setup.py
install
python
3
setup.py
install
```
\ No newline at end of file