Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ixstools
xrstools
Commits
9635a6d3
Commit
9635a6d3
authored
Dec 22, 2020
by
myron
Browse files
improved slightly the installation documentation
parent
4e823e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/installation.rst
View file @
9635a6d3
...
...
@@ -5,7 +5,7 @@ Installation
* Using Git, sources can be retrived with the following command ::
git clone https://gitlab.esrf.fr/
mirone/XRS
tools
git clone https://gitlab.esrf.fr/
ixstools/xrs
tools
* for a local installation you can use ::
...
...
@@ -17,11 +17,28 @@ Installation
export PATH=/home/yourname/bin:$PATH
*
For the roi selection tool you need a recent version of pymca installed on your sistem
*
To install by creating a virtual environment ::
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 ::
http://ftp.esrf.fr/pub/scisoft/___STILL_TO_BE_PLACED
source ${MYPREFIX}/myenv/bin/activate
pip install pip --upgrade
pip install setuptools --upgrade
git clone https://gitlab.esrf.fr/ixstools/xrstools
cd ${MYPREFIX}/xrdctpc/
pip install -r requirements.txt
python setup.py install
* For the roi selection tool you need a recent version of pymca installed on your sistem
* Usage examples can be found in the non regression directory.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment