Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Apr 18, 2024
1 parent 63abb51 commit aef62ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ Handling and processing Incoming webhook request configured at Glific.
python -m venv venv
```
3. Activate the virtual environment

For mac-os:
```sh
source ./venv/bin/activate
```
For win os:
```sh
venv\Scripts\Activate.ps1
```
4. Install the dependencies:
```sh
pip install -r requirements.txt
Expand Down

0 comments on commit aef62ff

Please sign in to comment.