Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone ssh://git@git.iter.org/imex/simdb.git
python -m venv venv
source venv/bin/activate
cd simdb
git checkout <VERSION_YOU_NEED>
pip3 install -t <INSTALL_PATH> .
pip3 install -t <INSTALL_PATH>/python/<PYTHON_VERSION> -r dev_requirements.txt

2.2. Default way of installation

...

This will start a server on port 5000. You can test this server is running by opening htpp://localhost:5000 in a browser.