Set-up POUET¶
Installation…¶
…is currently not required. Simply clone/download the repository and move to its root.
Make sure you have all the requirements installed
pip install docs/requirements.txt
Note
Compatibility with older version of the required modules has not been assessed, but might be working. If you find any backward compatibility, please let us know
Tree structure¶
At the root of POUET, you will find the following directories
archivescontains old pieces of code (will disappear in a future version)catscontains the catalogs loaded/saved by POUETdocscontains the documentation and requirement filesmisccontains stuff (will disappear in a future version)pouetcontains the source codestandalonecontains standalone version of the plots (will disappear in a future version)testscontains a series of tests to ensure smooth continuous integration
We will describe these in due time.
Start-up¶
From the root directory:
python pouet/main.py
This will launch POUET in a dedicated window.
A fresh POUET session.