Fix Typo in Setup Local Repository (#664)

This commit is contained in:
Markus Bong 2020-10-02 10:48:07 +02:00 committed by GitHub
parent ad0c19cd4c
commit 21ee6f9492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ script/setup
This will create a virtual environment and install all necessary requirements. You're now set! This will create a virtual environment and install all necessary requirements. You're now set!
Each time you start a new terminal session, you will need to activate your virutal environment: Each time you start a new terminal session, you will need to activate your virtual environment:
```shell ```shell
source venv/bin/activate source venv/bin/activate