Skip to content

Commit

Permalink
docs: minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
akatief committed Jun 5, 2024
1 parent 9842203 commit 5d5d941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ABOUT_THIS_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ Lets take a look at the structure of this template:

### Where should I add new stuff ?

You should create new files and subpackages inside ukp_project_template and implement your functionalities there. Remember to add what you write to `__init__.py` so that the imports work smoothly. Take a look at `base.py` and `__init__.py` to understand how it works
You should create new files and subpackages inside ukp_project_template and implement your functionalities there. Remember to add what you write to `__init__.py` so that the imports work smoothly. Take a look at `base.py` and `__init__.py` to understand how it works.

### Why is `requirements.txt` empty ?

This template is a low dependency project, so it doesn't have any extra dependencies.
You can freely add new dependencies.

You should put here everything needed to replicate your work.
Testing, linting, and other requirements used only in development should go in `requirements-dev.txt`
Testing, linting, and other requirements used only in development should go in `requirements-dev.txt`.

### Why is there a `requirements-dev.txt` file ?

Expand Down

0 comments on commit 5d5d941

Please sign in to comment.