Skip to content

Commit

Permalink
Python3-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Sep 22, 2014
1 parent d288d55 commit a50aa49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ This is not required for building the distribution, but rather for importing the
The build process remains the same, only before building the distribution, you need to
activate the virtual environment and assure that library paths are correct in ``setup.py``.

Python 3
--------

Prerequisites for building on Python 3, tested on Linux Mint and Ubuntu

.. code-block:: sh
sudo apt-get install python3-setuptools python3-dev python-configparser
sudo easy_install3 pip
sudo pip3 install cython sphinx ipython
Building the documentation
==========================
Expand Down

0 comments on commit a50aa49

Please sign in to comment.