We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2b7b8 commit b3d6268Copy full SHA for b3d6268
README.md
@@ -4,24 +4,6 @@ Synology Package Repository
4

5
[](https://discord.gg/nnN9fgE7EF)
6
7
-```
8
-pacman -S python-pipx
9
-pipx ensurepath
10
-pipx install poetry
11
-pyenv init
12
-pyenv install 3.10.12
13
-pyenv local 3.10.12
14
-poetry env use 3.10.12
15
-
16
17
-poetry install
18
19
-poetry cache clear . --all
20
-rm poetry.lock
21
22
23
24
25
## Development
26
27
### Requirements
0 commit comments