mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
7 lines
No EOL
212 B
Bash
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 |