selfcustody / krux

Open-source signing device firmware for Bitcoin
https://selfcustody.github.io/krux/
Other
179 stars 36 forks source link

env for poetry #377

Closed j-moreno-c-r closed 5 months ago

j-moreno-c-r commented 5 months ago

a proposal of solution for the problem of the pip installation poetry, in the README.md, the solution is, run the "pip install poetry" inside a python venv....

j-moreno-c-r commented 5 months ago

There may be a problem at this stage when trying to directly install Poetry, we have a solution proposal(this comands are for the unix system mac or linux): In a local directory run(we consider the name of the venv .krux but you can change this...):

python -m venv .krux
source .krux/bin/activate

The result will be something like:

(.krux) username:~/directory name$ 

Now you can run normaly the pip of the poetry:

pip install poetry
poetry install
tadeubas commented 5 months ago

plz create a PR to branch wallet_customization: https://github.com/selfcustody/krux/pulls

j-moreno-c-r commented 5 months ago

ok

odudex commented 5 months ago

Instructions for this workaround added to docs.