Skip to content
Snippets Groups Projects
Commit 402dcb9b authored by Yorgo EL MOUBAYED's avatar Yorgo EL MOUBAYED
Browse files

Update README.md

parent 578916a9
No related branches found
No related tags found
No related merge requests found
### Clone the repository
git clone <repository link>
git clone https://git.embl.de/yelmoubayed/new-dp-service.git
cd <repository>
### Create a virtual environment to isolate our package dependencies locally
python3 -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
~~~
python3 -m venv env
~~~
~~~
source env/bin/activate # On Windows use `env\Scripts\activate`
~~~
### Install Django, Django REST framework and neomodel into the virtual environment
~~~
......
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