Skip to content

Commit

Permalink
Update Readme to activate directly the virtualenv (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreyespue committed Jun 24, 2021
1 parent 47338ed commit 5e295ac
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 @@ -59,7 +59,7 @@ brew install python3 # on mac
You may want to use a virtual environment to maintain an isolated [Python environment](https://docs.python-guide.org/dev/virtualenvs/).

```
virtualenv -p python3 venv
virtualenv -p python3 venv && source venv/bin/activate
```

In order to install Ludwig just run:
Expand Down

0 comments on commit 5e295ac

Please sign in to comment.