Updated Setting up a development environment (markdown)

ni-richard 2019-09-10 15:06:51 +02:00
parent 7b4695481a
commit 47ae98356c

@ -7,10 +7,10 @@ You can run/develop TFW exercises locally with only utilizing **Docker** contain
* git * git
By default, your IDE will fail to autocomplete code and will complain about missing dependencies. To fix this you should install the `tfw` pip package in your dev virtualenv: By default, your IDE will fail to autocomplete code and will complain about missing dependencies. To fix this you should install the `tfw` pip package in your dev virtualenv:
``` ```bash
SSH: # SSH:
pip install git+ssh://git@github.com/avatao-content/baseimage-tutorial-framework.git pip install git+ssh://git@github.com/avatao-content/baseimage-tutorial-framework.git
HTTPS: # HTTPS:
pip install git+https://github.com/avatao-content/baseimage-tutorial-framework.git pip install git+https://github.com/avatao-content/baseimage-tutorial-framework.git
``` ```