You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since many would like to use this software during home office hours, it might be a good idea to outsource it to a Python Venv.
All you would have to do is to add the command python3 -m venv MyVenv and the command . MyVenv/bin/activate to the instructions.
Later, the folder can be easily deleted without damaging the system.
The text was updated successfully, but these errors were encountered:
Since many would like to use this software during home office hours, it might be a good idea to outsource it to a Python Venv.
All you would have to do is to add the command
python3 -m venv MyVenv
and the command. MyVenv/bin/activate
to the instructions.Later, the folder can be easily deleted without damaging the system.
The text was updated successfully, but these errors were encountered: