File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Contributing to mediafile
22
3-
43First off, thanks for taking the time to contribute! ❤️
54
65Please follow these guidelines to ensure a smooth contribution process.
@@ -12,14 +11,16 @@ Please follow these guidelines to ensure a smooth contribution process.
1211
1312## Setup the Development Environment
1413
14+ We recommend using a virtual environment to manage dependencies. You can use ` venv ` , ` conda ` , or any other tool of your choice.
15+
15161 . Fork/Clone the repository on GitHub
1617``` bash
1718git clone < your-fork-url>
1819cd mediafile
1920```
20212 . Install dependencies and set up the development environment
2122``` bash
22- pip install -e .[dev]
23+ pip install -e ' .[dev]'
2324```
2425
2526## Before submitting a Pull Request
You can’t perform that action at this time.
0 commit comments