Installation for Python 3. authored by Andreas Schmidt's avatar Andreas Schmidt
...@@ -24,7 +24,7 @@ While the core protocol is written purely in C/C++, [Cython](http://cython.org/) ...@@ -24,7 +24,7 @@ While the core protocol is written purely in C/C++, [Cython](http://cython.org/)
### Prerequisites ### Prerequisites
```bash ```bash
pip install Cython==0.27.3 pip3 install Cython==0.27.3
``` ```
### Setup ### Setup
...@@ -32,5 +32,5 @@ pip install Cython==0.27.3 ...@@ -32,5 +32,5 @@ pip install Cython==0.27.3
The protocol can be installed system-wide as follows: The protocol can be installed system-wide as follows:
```bash ```bash
python setup.py install python3 setup.py install
``` ```
\ No newline at end of file