ibex/setup.sh
2024-09-01 19:26:46 +03:00

7 lines
No EOL
212 B
Bash

MINICONDA_ENV=ibex
. ~/miniconda3/etc/profile.d/conda.sh
conda create --name $MINICONDA_ENV python=3.10
conda activate $MINICONDA_ENV
pip3 install -U -r python-requirements.txt
make -f Makefile.tools
. ./eth.sh