mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 05:21: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
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user