We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044c4f8 commit f1e3c76Copy full SHA for f1e3c76
1 file changed
README.md
@@ -64,6 +64,25 @@ structure:
64
file: https://raw.githubusercontent.com/nishanths/license/master/LICENSE
65
```
66
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
82
+pip install -r requirements.txt
83
+pip install -r requirements.dev.txt
84
85
86
## License
87
88
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments