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

Create README.txt #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
BEFORE YOU BEGIN INSTALLING THIS PROGRAM
SET UP virtual environment in your terminal before installing this script
to setup virtual-env in terminal execute the following commands in new fresh terminal windows:-
===========================================================================================================
Before you get started, make sure that you have Python 3
then execute
"sudo apt install python3 python3-venv"
Python 3's venv functionality is built-in, and you can use it to get set up without anything else.
"python3 -m venv /path/to/virtual/environment"
It will only take a few seconds to get set up. Once it's done, you can activate the virtual environment with:
"source your-project/bin/activate" (here your-project means virtual-project) here your command would be "source virtual-project/bin/activate" and to deactivate just change "activate" to "dactivate"



thanks to:-https://linuxconfig.org/how-to-set-up-a-python-virtual-environment-on-debian-10-buster