Getting started
Prerequisites
- Python 3.12 or greater
- Docker (recommended)
It is recommended to create a virtual environment to manage dependencies and avoid conflicts with other projects. Follow these steps to create and activate a virtual environment:
Open your terminal.
Navigate to your project directory.
Run the following command to create a virtual environment:
shpython3.12 -m venv venv
Activate the virtual environment:
On macOS/Linux:
shsource venv/bin/activate
On Windows:
sh.\venv\Scripts\activate
Steps to Install Docker
- Visit the Docker installation page.
- Follow the instructions specific to your operating system to download and install Docker.
- Verify the installation by running
docker --version
in your terminal.
Installation
To install the superalgorithm
package along with all its requirements, use the following command inside your project directory:
pip install superalgorithm