development.rst 556 B

12345678910111213141516171819202122
  1. .. developer-docs
  2. Developer docs
  3. ==============
  4. The easiest way to start developing ``python-future`` is as follows:
  5. 1. Install Anaconda Python distribution
  6. 2. Run::
  7. conda install -n future2 python=2.7 pip
  8. conda install -n future3 python=3.3 pip
  9. git clone https://github.com/PythonCharmers/python-future
  10. 3. If you are using Anaconda Python distribution, this comes without a ``test``
  11. module on Python 2.x. Copy ``Python-2.7.6/Lib/test`` from the Python source tree
  12. to ``~/anaconda/envs/yourenvname/lib/python2.7/site-packages/`.