forked from lnls-fac/pyaccel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
33 lines (21 loc) · 899 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
INSTALL - pyaccel
=================
This package can be installed using setuptools (>=16.0). There is no automatic
dependency checking, so read the list below and ensure necessary dependencies
are available. Developed and tested with Python 3 (3.4).
REQUIREMENTS
============
- trackcpp C++/Python package 3.3 (>=3.3.0)
- numpy 1.8 (>=1.8.2)
- mathphys 0.7 (>=0.7.0)
- matplotlib 1.4 (>=1.4.2) [Optional for graphics and interactive modules]
INSTALLATION
============
To install to a default Python directory, run
<python> setup.py install
Use the appropriate command in <python>. Depending on permissions, it may be
necessary to run the command with sudo or as superuser.
To install a development version, with a link to the local package files in the
default Python directory, run
<python> setup.py develop
Details and further options can be found in setuptools documentation.