Adds Docker support, updates README.md and other few optimizations

This commit is contained in:
Matheus Albino
2024-08-12 12:26:50 -03:00
parent 39f3f9c5db
commit 2454a8874b
6 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# Initial Setup
## Install Python
- (With Python available on system with Mise) `pip install --user pipx`
## Install Poetry
- https://python-poetry.org/
- `pipx install poetry`
## Install dependencies
- `https://python-poetry.org/docs/basic-usage/#installing-dependencies-only`
## Run the Editor
- `./runEditor.sh`
## Setup .env file
- Example:
```
api_id=1234
api_hash="foo"
bot_token="bar"
```
## Run the program
- `./runDev.sh`
## Build the Docker image for the project
- `./buildDockerImage.sh`