New ReadMe.md

This commit is contained in:
Reena Aheer 2022-01-06 13:05:44 +01:00 committed by GitHub
parent aff0ffd9e7
commit e388a51dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ To use this app, you need to authenticate against a sandbox where you have to re
## Install dependencies
5. In this step, create a Virtual Environment(this is to create an isolated enviroment for API-Manager from other projects).
```bash
$ virtualenv --python=python3 ../venv
$ source ../venv/bin/activate