Closed jtraglia closed 2 months ago
The instructions in this repo for setting up the development environment are slightly incorrect.
python3 -m venv .env
pip install py_ecc
See the instructions in PyO3 for reference.
Also, these two things:
.env/pyvenv.cfg
.env
The instructions in this repo for setting up the development environment are slightly incorrect.
python3 -m venv .env
command.pip install py_ecc
command for benchmarks.See the instructions in PyO3 for reference.
Also, these two things:
.env/pyvenv.cfg
file & adds.env
to the git ignore file.