Skip to content

Commit

Permalink
Fix path for virtualenv activate bin
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci authored May 28, 2019
1 parent 4580e89 commit 84b78f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ docker build -f docker/Dockerfile -t orchestrator-dashboard .
git clone https://github.com/maricaantonacci/orchestrator-dashboard.git
cd orchestrator-dashboard
python3 -m venv venv
source venv/source/activate
source venv/bin/activate
pip install -r requirements.txt
```

Expand Down

0 comments on commit 84b78f1

Please sign in to comment.