Welcome to the installation guide for Spockflow. Spockflow is a powerful package designed to streamline decisioning processes with its cutting-edge features.
Before you begin, ensure you have the following prerequisites installed:
- Python (version 3.8 or higher recommended)
- Git (if installing from source)
- AWS CLI configured with appropriate credentials for AWS CodeArtifact (if applicable)
- Alternatively be setup in a notebook environment on the Data Science Platform
To install Spockflow via pip, use the following command:
pip install spockflowYAML Support: To add YAML support, use the [yaml] extra option:
pip install spockflow[yaml]Web Application (REST API): To enable local REST API serving, use the [webapp] extra option:
pip install spockflow[webapp]
To install Spockflow from source, follow these steps:
Clone the repository from GitHub:
git clone https://github.com/spockflow/spockflow.git
cd spockflow
pip install -e .To verify that Spockflow has been installed correctly, you can run the following command to check the version:
python3 -c "import spockflow; print(spockflow.__version__)"Refer to the Spockflow documentation for detailed usage instructions and examples.
If you encounter any issues during installation or usage, please refer to the FAQs or reach out to our support team at sholto.armstrong@capitecbank.co.za.