This commit is contained in:
spla 2023-05-11 14:00:13 +02:00
pare 3815dbc7b8
commit 72d01c411c

Veure arxiu

@ -15,9 +15,9 @@ From the Mastodon's server account where this bot is running:
## Installation
1. Clone this repo: git clone https://git.mastodont.cat/spla/pixcat.git <target dir>
1. Clone this repo: git clone https://git.mastodont.cat/spla/pixcat.git `target dir`
2. cd into your <target dir> and create the Python Virtual Environment: `python3.x -m venv .`
2. cd into your `target dir` and create the Python Virtual Environment: `python3.x -m venv .`
3. Activate the Python Virtual Environment: `source bin/activate`