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
Is your feature request related to a problem? Please describe.
When installing duinocoin onto a raspi, you would usually need to break system packages for it to actually work.
Describe the solution you'd like
On the documentation, I would like the following commands to replace breaking system packages (unless you need to):
You first would have to cd duino-coin obviously.
Then you would first run these commands:
To exit out of venv, just type the command deactivate
And because you have a venv now, you can just run source venv/bin/activate then python3 PC_Miner.py.
With this solution, you don't need to do the entire break system packages!
Describe alternatives you've considered
N/A
Additional context
I don't like to break system packages unless I REALLY need to do so.
The text was updated successfully, but these errors were encountered:
Just a note for python3 on noble you should be simply doing: apt-get -y install py-cpuinfo python3-colorama python3-requests python3-serial python3-psutil
Is your feature request related to a problem? Please describe.
When installing duinocoin onto a raspi, you would usually need to break system packages for it to actually work.
Describe the solution you'd like
On the documentation, I would like the following commands to replace breaking system packages (unless you need to):
You first would have to
cd duino-coin
obviously.Then you would first run these commands:
To exit out of venv, just type the command
deactivate
And because you have a venv now, you can just run
source venv/bin/activate
thenpython3 PC_Miner.py
.With this solution, you don't need to do the entire break system packages!
Describe alternatives you've considered
N/A
Additional context
I don't like to break system packages unless I REALLY need to do so.
The text was updated successfully, but these errors were encountered: