Skip to content

Commit 84b78f1

Browse files
Fix path for virtualenv activate bin
1 parent 4580e89 commit 84b78f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ docker build -f docker/Dockerfile -t orchestrator-dashboard .
132132
git clone https://github.com/maricaantonacci/orchestrator-dashboard.git
133133
cd orchestrator-dashboard
134134
python3 -m venv venv
135-
source venv/source/activate
135+
source venv/bin/activate
136136
pip install -r requirements.txt
137137
```
138138

0 commit comments

Comments
 (0)