doc[README][RTD]: Refactor README from RST to MarkDown and add jupyter usage installation instructions.
1 unresolved thread
Compare changes
- Karim Ahmed authored
+ 28
− 30
@@ -19,55 +19,53 @@ already. If you have not then read the appendix section on [SSH Key Setup for Gi
@@ -19,55 +19,53 @@ already. If you have not then read the appendix section on [SSH Key Setup for Gi
2. `git clone ssh://git@git.xfel.eu:10022/detectors/pycalibration.git && cd pycalibration` - clone the offline calibration package from EuXFEL GitLab
7. `python3 -m pip install .` - install the pycalibration package (add `-e` flag for editable development installation)
2. `git clone ssh://git@git.xfel.eu:10022/detectors/pycalibration.git && cd pycalibration` - clone the offline calibration package from EuXFEL GitLab
4. `pip install .` - install the pycalibration package (add `-e` flag for editable development installation)
5. `export PATH=$HOME/.local/bin:$PATH` - make sure that the home directory is in the PATH environment variable
@@ -80,7 +78,7 @@ If you plan to work with Jupyter notebooks interactively, you have two main opti
@@ -80,7 +78,7 @@ If you plan to work with Jupyter notebooks interactively, you have two main opti
if you prefer to run Jupyter notebooks on your local machine or on Maxwell, you can install the `notebook` package in your virtual environment: