For the moment Infram-Bot only works on Windows...
If you have any questions you can join the discord channel and we will be happy to answer them: Discord
-
Download/Clone the repository:
git clone https://github.com/kbiters/infram. -
Open a console or terminal in the bot folder.
-
Create a virtual environment:
py -m venv envorpython -m venv env. -
Activate the virtual environment:
env/Scripts/activate.bat. -
Install the necessary requirements:
pip install -r req-infram.txt. -
Once finished downloading the necessary libraries, run the app.py:
py app.pyorpython app.pyand that's it! you will have the bot running!
In case you want to create an executable file, open the cmd in the "Infram" directory, copy the content of the file "CREACION DE LOS EXEs.txt" and paste it in the cmd you previously executed.