2. Set up your software environment#

2.1. Clone the Skyfall Github repository#

In a terminal, use the following command to clone the Skyfall Github repository:

git clone git@github.com:RedVoxInc/Skyfall.git

For more details, please check the Instructions on how to clone a GitHub repository.

2.2. Install requirements#

To install the necessary requirements to run the Skyfall example:

pip install -r /path/to/requirements.txt

The libraries featured in requirements are:

redvox[full] >= 3.1.7
libquantum >= 1.3.0
redvox-pandas >= 1.3.3

Note

These libraries run on python version(s) 3.8+

We are ready to start Running Skyfall.