IGLADI / Ethereal-Hyperspace-Battleships

8 stars 0 forks source link

** Installation *** Before you start!

*** Virtual environment Create a [[https://docs.python.org/3/library/venv.html][virtual environment]].

+begin_src shell

python -m venv env

+end_src

And activate it:

*** Dependencies Install the dependencies.

+begin_src shell

pip install -r requirements.txt

+end_src

** Running Follow the [[https://discordpy.readthedocs.io/en/stable/discord.html][Creating a Bot Account]] guide from discord.py. Create your bot and add it to your server.

To start the bot activate your virtual environemnt and run the following command:

+begin_src shell

python main.py

+end_src

** Documentation Find every feature described at [[https://spacehb.net][spacehb.net]]!