Skip to content

Commit 6cf9af8

Browse files
committed
update readme
1 parent 9e7a160 commit 6cf9af8

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,24 @@ Package for processing configurations
77
REQUIREMENTS
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

2116
INSTALLATION
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

3429
CONTACTS
3530
------------------------------------------------------------------------

0 commit comments

Comments
 (0)