Installation
Before you start, you'll need to setup a python environment (3.8+):
Virtual Environment
We like to keep things clean - so let's setup a virtual environment:
Create and navigate to project directory
Start a virtual environment
Activate and deactivate the environment with the following commands:
Now we are ready to install valyu
pip
That was easy wasn't it? To check it was installed correctly, run the following in a python script:
You should see some dataset samples appear in your directory - enjoy! 🎉
Last updated