Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
virtualenv has a tendency to not work causes more issues for users. as it will in a lot of cases keep saying the command doesn't exist
so its better to install python3-venv then create a venv with python3 -m venv venv
rest of the instructions still work. but would highly suggest to start recommending pipx instead and to use it with twitch miner as it creates a virtual environment during installation
or just use pipx in general as people will get an error on modern linux systems that say externally-managed-enviorment. which confuses people if you continue reading it python suggests pipx instead now as its techinally safer and cant cause system breakage
as for testing had to set it up on my ubuntu VPS. an these instructions does not work