Skip to content
Snippets Groups Projects
Commit 6f47a88c authored by myron's avatar myron
Browse files

doc

parent 9635a6d3
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath('../nonregressions'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.mathbase', 'sphinx.ext.viewcode' ] # , 'breathe' ]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode' ] # , 'breathe' ]
# ]
# Add any paths that contain templates here, relative to this directory.
......
......@@ -22,20 +22,19 @@ Installation
export MYPREFIX=/REPLACE/WITH/YOUR/TARGET
cd ${MYPREFIX}
python3 -m venv myenv
* Examples :
There is an archive containing datas for tests by anonymous ftp at ::
source ${MYPREFIX}/myenv/bin/activate
pip install pip --upgrade
pip install setuptools --upgrade
git clone https://gitlab.esrf.fr/ixstools/xrstools
cd ${MYPREFIX}/xrdctpc/
cd ${MYPREFIX}/xrstools/
pip install -r requirements.txt
python setup.py install
* Examples can be found in the nonregression directory.
* For the roi selection tool you need a recent version of pymca installed on your sistem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment