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

Update README.md

parent b2593b9c
No related branches found
No related tags found
No related merge requests found
### Clone the repository
~~~
git clone https://git.embl.de/yelmoubayed/new-dp-service.git
cd **repository**
~~~
### Create a virtual environment to isolate our package dependencies locally
~~~
......@@ -15,11 +17,9 @@ source env/bin/activate # On Windows use `env\Scripts\activate`
~~~
pip install django
~~~
~~~
pip install djangorestframework
~~~
~~~
pip install neomodel
~~~
......@@ -30,7 +30,6 @@ When you make changes to your models, your database needs to understand how thes
~~~
python manage.py makemigrations
~~~
This command you'll probably run the most of all commands. It means to run a emulated server on your local computer.
~~~
python manage.py runserver
......
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