Open danrobi11 opened 1 year ago
I think a better way of running it would be creating a python virtual environment and then running it from there so it would look like this
first launch
cd youtube-local
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python server.py
then once you wanna reactivate it you'll simply have to just source and start the server
cd youtube-local
source env/bin/activate
python server.py
I think making a virtual environment is the universal method
Hi. What do you think about the idea to add a simple
.bash_aliases
example in theREADME.md
Usage section? Im afraid some users might struggle figuring out how to run it.As for example. Something like this should be pretty straightforward:
Anyhow, Thanks for your project
youtube-local
.