mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 08:41:32 +00:00
Updated Setting up a development environment (markdown)
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user