-
Notifications
You must be signed in to change notification settings - Fork 36
/
INSTALL
37 lines (23 loc) · 863 Bytes
/
INSTALL
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
31
32
33
34
35
.. The source of this document is INSTALL. During the doc build process,
.. this file is copied over to doc/users/installing.rst.
.. Therefore, you must edit INSTALL, *not* doc/users/installing.rst!
**********
Installing
**********
.. _install_requirements:
Build requirements
==================
These are external packages which you will need to install before installing pseudo_dojo.
:term:`python` 2.7 (or later but not python3)
:term:`numpy` 1.1 (or later)
array support for python
(`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103>`__)
:term:`scipy`
:term:`matplotlib`
.. _install_from_source:
Installing from source
======================
Once you have satisfied the requirements detailed above, you can build pseudo_dojo::
cd pseudo_dojo
python setup.py build
python setup.py install