diff --git a/README.md b/README.md index 6ac77809..ec3d2755 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ virtualenv env That will create a new folder `env` in your project directory. Next activate it with this command on mac/linux: ``` -source env/bin/active +source env/bin/activate ``` Then install the project dependencies with