โ๏ธGetting Started
Get started with the infinite-craft library.
Installation
Requires Python 3.10 or above.
To install, run:
pip install infinite-craft
To update, run:
pip install -U infinite-craft
NOTE: If pip
is not on PATH, you can use:
python3 -m pip
(for Linux/MacOS)python -m pip
(for Windows)
Examples
Examples can be found in the section below.
๐Code ExamplesCommand Line Interface (CLI)
infinite-craft
is included with it's own CLI
. See the section below for more information.
Last updated