Skip to content

Commit a6b5c74

Browse files
authored
Update README_dev.md
1 parent 8baf926 commit a6b5c74

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

README_dev.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,14 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
6767
```
6868

6969
# Workflow for implementing new features
70-
1. First navigate to repository locally and activate virtual environment
71-
```bash
72-
# linux
73-
source venv/bin/activate
74-
```
75-
```bash
76-
# Windows (Command Prompt)
77-
venv\Scripts\activate
78-
```
79-
```bash
80-
# Windows (PowerShell)
81-
.\venv\Scripts\Activate
82-
```
70+
1. First navigate to repository locally
71+
2. If venv existent, remove it
72+
3. Create new virtual environment
73+
```
74+
python3 -m venv venv
75+
source venv/bin/activate
76+
pip install -e .[dev]
77+
```
8378
2. Create an issue on GitHub
8479
3. Create a branch from this issue and change the branch source to `develop`
8580
4. Use the provided GitHub commands to checkout this branch locally

0 commit comments

Comments
 (0)