Skip to content

Commit 0d78782

Browse files
committed
Add installation instructions
1 parent 8374aa1 commit 0d78782

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This is **ratio**, an application for University of Helsinki's _Ohjelmistoteknii
99
* [Hours tracking](https://github.com/jobatabs/ratio/blob/main/doc/hours.md)
1010
* [Changelog](https://github.com/jobatabs/ratio/blob/main/doc/changelog.md)
1111

12+
## Installation
13+
14+
Install dependencies using ````poetry````:
15+
16+
poetry install
17+
18+
Run program:
19+
20+
poetry run invoke start
21+
1222
## Command line functions
1323

1424
### Run tests

0 commit comments

Comments
 (0)