Skip to content

Commit 96bffcb

Browse files
committed
zhs contribution guide copy paste
1 parent 7dd82de commit 96bffcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Contributing to mediafile
22

3-
43
First off, thanks for taking the time to contribute! ❤️
54

65
Please 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+
1516
1. Fork/Clone the repository on GitHub
1617
```bash
1718
git clone <your-fork-url>
1819
cd mediafile
1920
```
2021
2. 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

0 commit comments

Comments
 (0)