telosnetwork / telos-evm-docker

Automated Telos EVM development and automated test framework
Apache License 2.0
12 stars 3 forks source link

Poetry packaging #115

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

Fixes #107

NEW INSTALL PROCEDURE!

After this no need to create virtualenv, this is automanaged:

git clone https://github.com/telosnetwork/telos-evm-docker -b poetry_packaging
cd telos-evm-docker

# Two posibilities:
# 1) Recommended: Install poetry python package manager dependecy to /usr/local (REQUIRES SUDO)
sudo ./install.sh

# 2) Install dependency to another $DIRECTORY that is already on $PATH
./install.sh $DIRECTORY

Then to activate the envoirment and have access to tevmc cmdline:

source ./activate.sh

After that you should be able to run any tevmc command.