File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ 3.10
Original file line number Diff line number Diff line change @@ -4,8 +4,31 @@ Synology Package Repository
44![ Build] ( https://img.shields.io/github/actions/workflow/status/SynoCommunity/spkrepo/build.yml?branch=main&style=for-the-badge )
55[ ![ Discord] ( https://img.shields.io/discord/732558169863225384?color=7289DA&label=Discord&logo=Discord&logoColor=white&style=for-the-badge )] ( https://discord.gg/nnN9fgE7EF )
66
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+ poetry install
22+ ```
23+
724
825## Development
26+
27+ ### Requirements
28+ * ImageMagic: ` apt install imagemagic -y `
29+ * Python 3.10: ` pyenv install 3.10 && poetry env use 3.10 `
30+ * Recommended: ` pyenv ` and ` pipx ` : ` apt install pyenv python-pipx -y `
31+
932### Installation
10331 . Install dependencies with ` poetry install `
11342 . Run the next commands in the virtual environment ` poetry shell `
You can’t perform that action at this time.
0 commit comments