Skip to content

Commit 67edae9

Browse files
Update README.md [added some info about Poetry]
1 parent 168846b commit 67edae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ All these results are compiled into an easy-to-read PDF or XLSX report by catego
4848
4949
## _Recommended ways_
5050

51-
Since DPULSE repository is using Poetry to manage dependencies, it is higly recommended to install and start DPULSE using Poetry, especially on Linux systems where a lot of Python packages which DPULSE requires are preinstalled.
51+
Since DPULSE repository is using Poetry* to manage dependencies, it is higly recommended to install and start DPULSE using Poetry, especially on Linux systems where a lot of Python packages which DPULSE requires are preinstalled.
52+
53+
_* Poetry is a tool for dependency management and packaging in Python. It can be simply installed everywhere using `pip install poetry` command, but more instructions you can find on [Poetry official documentation page](https://python-poetry.org/docs/#ci-recommendations)_
5254

5355
### First way (recommended on every OS, using Poetry)
5456

0 commit comments

Comments
 (0)