This repository is a place to store my modules written for the mirage frame work.
Mirage can be forund here
https://homepages.laas.fr/rcayre/mirage-documentation/
First of all, clone the repository :
git clone https://github.com/RCayre/mirage
Then, you can directly launch mirage using the following command (if the dependencies are installed):
cd mirage
sudo python3 setup.py install
find the install path for mirage, for example
ls -lhs /usr/local/lib/python3.11/dist-packages/mirage-1.2-py3.11.egg/mirage
if the folder exists cd to the folder
cd /usr/local/lib/python3.11/dist-packages/mirage-1.2-py3.11.egg/mirage
make a folder to do the download, download the folder
mkdir DEL
cd DEL
wget https://github.com/jrd3n/mirage_modules/archive/refs/heads/main.zip
unzip main.zip
copy the modules (if applicable)
cp mirage_modules-main/modules/* ../modules/
copy the scenarios (if applicable)
cp mirage_modules-main/scenarios/* ../scenarios/
house keeping
cd ..
rm -r DEL/