-
Notifications
You must be signed in to change notification settings - Fork 21
1) Obtaining UEDGE and installing with Python
Maxim Umansky edited this page Nov 14, 2019
·
13 revisions
- pip install forthon
- pip install mppl
- pip install uedge
Note 1: Tested so far only using Anaconda for Python 2.7
Note 2: If you cannot write in the Python installation directory then add "--user" at the end of each pip command line
- git clone https://github.com/LLNL/uedge
- cd uedge
- python setup.py build
- python setup.py install
- cvs co -r V7_08_03 uedge (if you want to use a specific version tag)
- cd uedge
- python setup.py build
- python setup.py install
Note 3: If you cannot write in the Python installation directory then add "--user" at the end of the installation command
Note 4: To update your installation you may have first to remove manually your old local installation, e.g.,
~/.local/lib/python2.7/site-packages/uedge*.egg
test sidebar