Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 857 Bytes

Jabberwocky Container Manager

Used for managing containers used with the Jabberwocky project.

Here are some premade containers created for some Florida Tech classes here

How to Build the Executable Files and Installer From Source

poetry install # Only do on first time

poetry shell
python build.py

Once the build has completed, the results will be stored in build/dist.

The installer file for the host platform will be stored at build/dist/installer-[platform]-[architecture]

There is no support for cross-compiling at this time.

How to Run the Tool (For Developers)

poetry install # Only do first time

poetry shell
python download_prerequisites.py # Only do first time
python run.py