Skip to content

1) Obtaining UEDGE and installing with Python

Maxim Umansky edited this page Apr 11, 2020 · 13 revisions

Using pip:

  1. pip install forthon
  2. pip install mppl
  3. pip install uedge

Note: If you cannot write in the Python installation directory then add "--user" at the end of each pip command line

Using git clone:

  1. git clone https://github.com/LLNL/uedge
  2. cd uedge
  3. python setup.py build
  4. 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

Using cvs (for LLNL users):

  1. cvs co -r V7_08_03 uedge (if you want to use a specific version tag)
  2. cd uedge
  3. python setup.py build
  4. 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

Clone this wiki locally