Skip to content

Commit 3d3c792

Browse files
committed
syntax error fix
1 parent 6c0d37c commit 3d3c792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ DataCrunch's Public API documentation [is available here](https://datacrunch.sto
9999
- Create local virtual environment:
100100

101101
```bash
102-
python3 -m venv datacrunch_env && source .datacrunch_env/bin/activate
102+
python3 -m venv datacrunch_env && source ./datacrunch_env/bin/activate
103103
```
104104

105105
or if using [fish shell](https://fishshell.com/):
106106

107107
```fish
108-
python3 -m venv datacrunch_env && source .datacrunch_env/bin/activate.fish
108+
python3 -m venv datacrunch_env && source ./datacrunch_env/bin/activate.fish
109109
```
110110

111111
- Install Dependencies:

0 commit comments

Comments
 (0)