Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we install python -m pip install -r requirements.txt #9

Closed
HeroRebor opened this issue Apr 19, 2022 · 2 comments
Closed

How can we install python -m pip install -r requirements.txt #9

HeroRebor opened this issue Apr 19, 2022 · 2 comments

Comments

@HeroRebor
Copy link

BotLi already mention that install all requirement but how can we download this
python -m pip install -r requirements.txt
And after putting everything u have wrote how to control
So as I understand in cmd(Command promot) we have to type 1st
git clone https://github.com/Torom/BotLi.git
Then CD Botli
After then I canr understand
Plz explain what to do next after cd bot li and dont tell about enginr and book as I using already just tell after botli

@RaviharaV-bot
Copy link

you have to create venv to install requirements run these
git clone https://github.com/Torom/BotLi.git
cd Botli
python3 -m venv .venv
./.venv/Scripts/Activate.ps1
python -m pip install -r requirements.txt
python user_interface.py

@Torom
Copy link
Owner

Torom commented Apr 20, 2022

You don't necessarily need a venv to install the requirements. But it can help to fulfill different requirements in different projects.

To your question: After cloning the repository, you copy config.yml.default to config.yml and make your changes in it, enter your token and so on.
To install the python requirements go to the BotLi folder in a terminal and execute this command: python -m pip install -r requirements.txt

@Torom Torom closed this as completed Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants