Skip to content

lenyct/ManagingPythonPackagesAndVirtualEnvironments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

# Managing Python Packages and Virtual Environments

This repository provides resources and examples for managing Python packages and virtual environments effectively.

## Introduction

Python projects often require specific packages and isolated environments to ensure compatibility and reproducibility. This guide covers best practices for handling these requirements.

## Features

- Step-by-step instructions for creating virtual environments
- Examples of installing and upgrading packages
- Tips for managing dependencies

## Getting Started

To create a new virtual environment, use the following command:
navigate to my_env/scripts and run activate command activate.

once there run python -m pip install -r .\requirements.txt
inside the correct directory which will install all required packages.

to see the packages installed run:
pip list

to deactivate virtual environment 
run deactivate from terminal 

About

by Reindert-Jan Ekker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages