-
Notifications
You must be signed in to change notification settings - Fork 21
1) Obtaining UEDGE and installing with Python
Maxim Umansky edited this page Apr 11, 2020
·
13 revisions
- pip install forthon
- pip install mppl
- pip install uedge
Note: 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
Note: If you cannot write in the Python installation directory then add "--user" at the end of the install command line
- 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: If you cannot write in the Python installation directory then add "--user" at the end of the installation command
Note: 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