Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 17, 2024
1 parent 5f48441 commit 6c97fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reusable.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If somebody asks you what dependencies you have in your project, you should be
able to answer this question **with a file**.

In Python, the two most common ways to do this are:
- **requirements.txt** (for `pip` and virtual environments)
- **requirements.txt** (for pip and virtual environments)
- **environment.yml** (for conda and similar)

You can export the dependencies from your current environment into these files:
Expand Down

0 comments on commit 6c97fd5

Please sign in to comment.