File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,24 @@ Package for processing configurations
77REQUIREMENTS
88------------------------------------------------------------------------
99
10- The dpx.pdfgetxgui requires Python 2.7 and the following software:
10+ The dpx.confutils requires Python 2.7 and the following software:
1111
1212* ``numpy ``
1313* ``traits ``
1414
15- if python version < 2.7 (these two packages are included in 2.7 but not in 2.6)
16-
17- * ``ordereddict ``
18- * ``argparse ``
19-
2015
2116INSTALLATION
2217------------------------------------------------------------------------
2318
24- To install the dpx.confutils package:
19+ We are going to release conda package for all platform. For general user
20+ please use the installation file and install software. For developor,
21+ you can install dpx.confutils using
2522
2623 python setup.py install
24+
25+ Note: the dependency is not specified in the setup.py. You need to install
26+ them yourself. You can use Anaconda or other python enviroment.
2727
28- By default the files are installed in the system directories, which are
29- usually only writeable by the root. See the usage info "./setup.py install
30- --help" for options to install as a normal user under a different location.
31- Note that installation to non-standard directories you may require adjustments
32- to the PATH and PYTHONPATH environment variables.
3328
3429CONTACTS
3530------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments