Skip to content

Commit f1e3c76

Browse files
committed
chore: Update development instructions and dependencies
1 parent 044c4f8 commit f1e3c76

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,25 @@ structure:
6464
file: https://raw.githubusercontent.com/nishanths/license/master/LICENSE
6565
```
6666
67+
## Development
68+
69+
To get started with development, follow these steps:
70+
71+
1. Clone the repository
72+
2. Create a virtual environment
73+
74+
```sh
75+
python3 -m venv .venv
76+
source .venv/bin/activate
77+
```
78+
79+
3. Install the dependencies
80+
81+
```sh
82+
pip install -r requirements.txt
83+
pip install -r requirements.dev.txt
84+
```
85+
6786
## License
6887

6988
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)