Skip to content
Snippets Groups Projects
Commit 89ba79b2 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

note for target development installation

parent 2472a9ce
No related branches found
No related tags found
1 merge request!94instructions to install using anaconda
...@@ -94,22 +94,27 @@ then after cloning the offline calibration package from git, the requirements ca ...@@ -94,22 +94,27 @@ then after cloning the offline calibration package from git, the requirements ca
Development Installation Development Installation
------------------------ ------------------------
For a development installation, which automatically picks up (most) changes, For a development installation in your home directory, which automatically
first install the dependencies as above, but then install the tool-chain picks up (most) changes, first install the dependencies as above,
separately in development mode:: but then install the tool-chain separately in development mode::
pip install -e . pip install -e . --user
.. note:: Using "- -target" for development installation in a preferred directory can lead to errors.
.. note:: For development installation in karabo environment "- -user" is not needed.
Installation of New Notebooks Installation of New Notebooks
----------------------------- -----------------------------
To install new, previously untracked notebooks repeat the installation of To install new, previously untracked notebooks in the home directory,
the the tool-chain, without prerequisites, from the package base directory:: repeat the installation of the the tool-chain, without requirments,
from the package base directory::
pip install --upgrade . pip install --upgrade . --user
Or, in case you are activily developing:: Or, in case you are actively developing::
pip install -e . --user
pip install -e .
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