Skip to content

jmprovencher/prefect-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prefect-tutorial

A quick and easy way to start learning about Prefect

Getting started

  • Make sure you have python 3.9 installed. Ideally, set up a python virtual environment before starting. See the Useful commands section for how to create and activate a virtual environment.
  • Once you have you virtual environment activated, run the following command to install dependencies required for this tutorial pip install -r requirement.txt
  • Now that your setup is completed, simply go to the tutorial page to get started.

Useful commands

command description
python3 -m venv <venv-project-folder> Create a virtual environment
source <venv-project-folder>/bin/activate Activate the virtual environment
pip install -r requirements.txt Install dependencies
deactivate Deactivate the virtual environment

About

A quick and easy way to start learning about Prefect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages