Skip to content

Commit

Permalink
Update dcp_client_installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 authored Apr 30, 2024
1 parent 871a493 commit 3d4ee3d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/source/dcp_client_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,28 @@ The client of our data centric platform for microscopy imaging.
Installation
-------------

Before starting make sure you have navigated to ``data-centric-platform/src/client``. All future steps expect you are in the client directory. This installation has been tested using a conda environment with python version 3.9 on a mac local machine. In your dedicated environment run:
For installing dcp-client you will first need to clone the repo:

.. code-block:: bash
git clone https://github.com/HelmholtzAI-Consultants-Munich/data-centric-platform.git
Then navigate to the client directory:

.. code-block:: bash
cd data-centric-platform/src/client
In your dedicated environment run:

.. code-block:: bash
pip install -e .
This installation has been thoroughly tested using a conda environment with python version 3.9, 3.10, 3.11 and 3.12 on a macOS local machine.

Running the client: A step-by-step guide!
------------------------------------------

Expand Down

0 comments on commit 3d4ee3d

Please sign in to comment.