Skip to content

Commit cf2b7b8

Browse files
committed
Update requirments
1 parent 9753943 commit cf2b7b8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1033
1. Install dependencies with `poetry install`
1134
2. Run the next commands in the virtual environment `poetry shell`

0 commit comments

Comments
 (0)