Neo uses Poetry
for it's package / dependency management. You can
visit the poetry website to install it.
After it is installed, setup the project:
- Go to
./bot/conf
and adjustneo.yaml
accordingly - Create aN
.env
insideconf/
folder and place your tokenTOKEN="..."
- Run
poetry install
to install the project dependencies, thenpoetry -C ./bot run neo
from the project root
It is recommended to run poetry sync
every once in the while to ensure continuity with the poetry.lock
file