Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2 KB

README.md

File metadata and controls

54 lines (38 loc) · 2 KB

Vortex-IA-LT attack

Installation

We will be using conda to manage the environment, so first we need to install it. You can download it from here.

Once you have installed conda, you can create the environment by running the following command:

conda create -n vortexia python=3.10

Then, you can activate the environment by running:

conda activate vortexia

Now, you can install the packages by running:

pip install -e .

Create notebook kernel

python -m ipykernel install --user --name vortexia --display-name "vortex-ia-lt"

This will install the package in editable mode, so you can modify the code and test it without having to reinstall the package. And also it will install the required packages.

Contributors ✨

Thanks goes to:


Luis Téllez

💻

Gerard Castro

💻

This project follows the all-contributors specification. Contributions of any kind welcome!