forked from cool-RR/python_toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.txt
More file actions
30 lines (20 loc) · 799 Bytes
/
installation.txt
File metadata and controls
30 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
..
Copyright 2009-2017 Ram Rachum. This work is licensed under a Creative
Commons Attribution-ShareAlike 3.0 Unported License, with attribution to
"Ram Rachum at ram.rachum.com" including link. The license may be obtained
at http://creativecommons.org/licenses/by-sa/3.0/
.. _installation:
=============================
Installing the Python Toolbox
=============================
Requirements
============
* Python, version 2.7 or 3.3 or above. If you're new to Python, `download
version 2.7 <http://python.org/download/releases/2.7.2>`_.
* `Setuptools`_.
Installation
============
The simplest way to install the Python Toolbox is using `pip`_:
* ``pip install python_toolbox``
.. _pip: http://pypi.python.org/pypi/pip
.. _distribute: http://pypi.python.org/pypi/distribute