env for poetry
j-moreno-c-r opened this issue · 4 comments
j-moreno-c-r commented
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
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
plz create a PR to branch wallet_customization
: https://github.com/selfcustody/krux/pulls
j-moreno-c-r commented
ok
odudex commented
Instructions for this workaround added to docs.