From the course: Managing Python Projects

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Create environment

Challenge: Create environment - Python Tutorial

From the course: Managing Python Projects

Start my 1-month free trial

Challenge: Create environment

(upbeat music) - [Instructor] Create a virtual environment for a project that uses Flask dot version 1.1, Flask-Login version 0.4.1, and numpy version 1.16.4. And for development requirement, this project uses flake8 version 3.7, pytest version 5.1.1, and pytest-benchmark version 3.2.2. Write your dependencies in files and have an automatic way to create the virtual environments. To test your environment, run Python from the virtual environment on the check_env.py file in the exercise files.

Contents