Go to file
JoYo c937dae3b4 initial config 2021-12-07 17:00:56 -05:00
banana initial config 2021-12-07 17:00:56 -05:00
Dockerfile initial config 2021-12-07 17:00:56 -05:00
LICENSE Initial commit 2021-12-05 19:27:05 +00:00
README.mdown dev env 2021-12-05 15:09:32 -05:00
banana.service init 2021-12-05 14:29:43 -05:00
banana.timer init 2021-12-05 14:29:43 -05:00
docker-compose.yaml dev env 2021-12-05 15:09:32 -05:00
makefile init 2021-12-05 14:29:43 -05:00
pyproject.toml initial config 2021-12-07 17:00:56 -05:00

README.mdown

Elder Scrolls Online Commadline Addon Manager

Elder Scrolls Online addon manager and a Tamriel Trade Centre price table updater

MIT License

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