Installing#
Requirements#
Slate requires Python 3.10+. You can download the latest version of python here
Note
You don’t have to install the packages manually as they will be installed automatically with pip. Just ensure you have python setup and pip added to path.
Caution
Make sure you have Installed & Setup git before proceeding. You can install it here
Installing Stable Version#
This installs the latest stable release of slate from github
py -3 -m pip install -U git+https://github.com/Axelware/slate.git@v0.3.1
python3 -m pip install -U git+https://github.com/Axelware/slate.git@v0.3.1
Installing Development Version#
This installs the master branch from github
Warning
Installing the development version is not recommended as it may contain bugs.
py -3 -m pip install -U git+https://github.com/Axelware/slate.git
python3 -m pip install -U git+https://github.com/Axelware/slate.git