Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Jul 3, 2024
1 parent 00f96b8 commit 9bbf880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Developer Setup
```
git clone https://github.com/mdsol/rwslib
```
2. Create a Virtual Env for the Local instance
2. Install poetry and start a shell
```bash
$ python -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry shell
```
3. Install the development dependencies
```bash
$ pip install -r requirements-dev.txt
$ poetry install --with dev
```
4. Enjoy !!!

Expand Down

0 comments on commit 9bbf880

Please sign in to comment.