We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0d37c commit 3d3c792Copy full SHA for 3d3c792
1 file changed
README.md
@@ -99,13 +99,13 @@ DataCrunch's Public API documentation [is available here](https://datacrunch.sto
99
- Create local virtual environment:
100
101
```bash
102
- python3 -m venv datacrunch_env && source .datacrunch_env/bin/activate
+ python3 -m venv datacrunch_env && source ./datacrunch_env/bin/activate
103
```
104
105
or if using [fish shell](https://fishshell.com/):
106
107
```fish
108
- python3 -m venv datacrunch_env && source .datacrunch_env/bin/activate.fish
+ python3 -m venv datacrunch_env && source ./datacrunch_env/bin/activate.fish
109
110
111
- Install Dependencies:
0 commit comments