-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (16 loc) · 787 Bytes
/
README
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
Oscillate
=========
Installation
------------
To use Oscillate the following prerequisites are required:
* Python :: http://www.python.org
* Numpy and Scipy :: http://www.scipy.org
* Matplotlib :: http://matplotlib.sf.net
* Cython :: http://www.cython.org
For Ubuntu linux these prerequisites can be installed with the following commands:
sudo apt-get install python python-numpy python-scipy python-matplotlib cython
For Windows an easy way to install Python and all the required packages is with Python (x,y):
http://www.pythonxy.com
This library can be used in place, setting your Python path to point to this directory. This won't include any compiled modules.
To build this software and install it in the usual way use the command:
python setup.py install