1884f8df7b | ||
---|---|---|
.vscode | ||
banana | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.mdown | ||
banana.service | ||
banana.timer | ||
docker-compose.yaml | ||
makefile | ||
pyproject.toml | ||
setup.py |
README.mdown
Elder Scrolls Online Commadline Addon Manager
Elder Scrolls Online addon manager and a Tamriel Trade Centre price table updater
Dependencies
python3-pip
Linux Installation
Windows Installation
Usage
Linux Development
Use docker to test the python components. For docker installation run the following commands on Ubuntu 20.04:
sudo apt-get update && sudo apt-get install -y \
docker-compose \
docker.io \
&& apt-get clean
sudo usermod -aG docker $USER
Build and run the dev environment by entering the following commands:
cd ./banana/
docker-compose build
docker-compose run banana