From: tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 Date: Sun, 17 May 2020 09:50:53 +0000 (+0100) Subject: Fix script error X-Git-Tag: convert-csv-opcode-to-binary~2644 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0a1abbc9841e5daad546e9905e1866a01bede3e;p=libreriscv.git Fix script error --- diff --git a/index.mdwn b/index.mdwn index 4693b9fb3..cd6ec735e 100644 --- a/index.mdwn +++ b/index.mdwn @@ -110,7 +110,7 @@ Here is an example process of how to play with the soc code: pip3 install virtualenv requests mkdir ~/.virtualenvs && cd ~/.virtualenvs python3 -m venv libresoc - source ~/.virtualenvs/bin/activate + source ~/.virtualenvs/libresoc/bin/activate cd ~; mkdir libresoc; cd libresoc git clone https://git.libre-riscv.org/git/nmutil.git