diff --git a/readme.md b/readme.md index b9f0e121aa795f926113c10fa5127e372b21a33b..91b0617d1332056533b8047ee4484e99c463c624 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ ## Developer project installation - `mkdir -p ~/dev/smash` - `cd ~/dev/smash` - - `git clone ssh://git@git-r3lab-server.uni.lu:8022/piotr.atyjaszyk/scheduling-system.git` + - `git clone ssh://git@git-r3lab-server.uni.lu:8022/NCER-PD/scheduling-system.git` - `cd scheduling-system` - `virtualenv env` to create new virtualenv (contains clean python working environment) - `. env/bin/activate` (to start using virtualenv)