Skip to content

Commit

Permalink
MVB FIFOX - Cocotb [MAINTENANCE]: add the prepare.sh script to setup …
Browse files Browse the repository at this point in the history
…the test environment
  • Loading branch information
danielkondys committed Oct 31, 2024
1 parent d45c4f2 commit c18ee6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions comp/mvb_tools/storage/fifox/cocotb/prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh

ROOT_PATH=../../../../..

PKG_COCOTBEXT_OFM=$ROOT_PATH/python/cocotbext/

# Python virtual environment
python -m venv venv-fifox
source venv-fifox/bin/activate

python -m pip install setuptools
python -m pip install $PKG_COCOTBEXT_OFM

echo ""
echo "Now activate environment with:"
echo "source venv-fifox/bin/activate"

0 comments on commit c18ee6e

Please sign in to comment.