-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
42 lines (26 loc) · 951 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
36
37
38
39
40
41
42
INSTALL - pymodels
================
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
============
- numpy 1.8 (>=1.8.2)
- lnls 0.8 (>=0.8.0)
- mathphys 0.7 (>=0.7.0)
- pyaccel 0.12 (>=0.12.0)
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.
To install the excitation curve files, inside the excitation_curves directory,
run
make install
or
make develop