From 47ae98356c01c347e5086a29dc9e98918cdc43b9 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Tue, 10 Sep 2019 15:06:51 +0200 Subject: [PATCH] Updated Setting up a development environment (markdown) --- Setting-up-a-development-environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Setting-up-a-development-environment.md b/Setting-up-a-development-environment.md index 18bde52..373daff 100644 --- a/Setting-up-a-development-environment.md +++ b/Setting-up-a-development-environment.md @@ -7,10 +7,10 @@ You can run/develop TFW exercises locally with only utilizing **Docker** contain * 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: -``` -SSH: +```bash +# SSH: 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 ```