diff --git a/README.md b/README.md index e82116f181148bff883252967535fab17b5a2780..df075706d54468b91aa2b819ada79cfa30854100 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Install windows ```conda create -n pyTopfarm python=3.6 activate pyTopfarm -git clone +git clone https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2.git cd Topfarm2 pip install -e . cd tests -python -m pytest```` +python -m pytest```