Kaydet (Commit) 97b3dc6a authored tarafından Batuhan Taşkaya's avatar Batuhan Taşkaya

add pipenv installation directive

üst 1afae0fa
......@@ -31,6 +31,10 @@ database:
$ createdb my_project_dev
```
Pipenv can be obtained by pip;
```
$ pip install pipenv
```
Use pipenv to activate your virtual environment if that exists else create one and activate.
```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment