Skip to content

Commit

Permalink
Update README_dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland authored Oct 8, 2024
1 parent e73647a commit 0f9e06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
"matplotlib>=3.7.1"
]
```
5. Add developer dependencies if you like
5. Add developer dependencies if you like, example:
```bash
[project.optional-dependencies]
dev = [
Expand All @@ -135,7 +135,7 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
```
7. Change the "source" URL
```bash
"Source" = "https://github.com/awegroup/<your_repository>"
"Source" = "<enter_your_repository_URL>"
```
8. Optional, if you would like your users to ONLY install `.py` files within the `src/<package-name>` directory and not the other files, you can remove the following lines:
```bash
Expand Down

0 comments on commit 0f9e06c

Please sign in to comment.