First, make sure to install python and that you can run it with the following command.
python3 --versionIf it displays the version correctly follow the next steps. Otherwise, please install python correctly.
python3 -m pip install pipenv
git clone https://github.com/JakubBlaha/Restock-bot.git
cd Restock-bot
python3 -m pipenv install
python3 -m pipenv shell
python -m botNow it's gonna display an error message about the config. Fix the config (nano config.ini)and run again.
python -m bot