selfcustody/krux

env for poetry

j-moreno-c-r opened this issue · 4 comments

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....

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

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

Instructions for this workaround added to docs.