Elia Stocco's personal repository.
Using conda:
conda create -n eslib python==3.9 -y
conda activate eslibor python virtual environment:
python -m venv ~/venvs/eslib
source ~/venvs/eslib/bin/activateInstall the package in editable mode with:
pip install --upgrade pip
pip install -e .and make all the scripts executable:
source install.shIn case add source <eslib_path>/install.sh to ~/.bashrc to have the scripts always available.
Run the automatic tests using pytest by typing
./run-test.shYou don't find a script? Just type:
eslib-help.py and you'll see all the script contained in this repository with a short description for each of them.
If you know in which folder the script that you are looking for is (e.g. inspect), you can type:
eslib-help.py -f inspect