Skip to content

dllliu/swarm-sim

Repository files navigation

Swarmulator Simulator

Description

See Document

Dependencies

  • Python 3.12.4 on Windows OS

Setup and executing program

Before running the program, install the required dependencies using pip:

pip install -r requirements.txt

Make sure you're in the same directory as the requirements.txt file.

If you're using Python 3, use:

pip3 install -r requirements.txt

To run the program, use the following command:

python filename.py

Replace filename.py with the actual name of your Python file.

If you're using Python 3 specifically, you may need to run:

python3 filename.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages