Skip to content

quantumchuckles/oculight_model

Repository files navigation

oculight_model

To create a Python virtual environment using the venv module, you can use the following steps:

  1. Open a terminal window and navigate to the directory where you want to create the virtual environment.

  2. Run the following command to create the virtual environment:

python3 -m venv oculight_env
  1. Activate the virtual environment using the following command:
source oculight_env/bin/activate
  1. You can now install packages and run Python scripts in the virtual environment. To install packages in a new environment, you can use the following command:
pip install -r requirements.txt

This will install all the packages listed in the requirements.txt file in the new environment.

  1. To deactivate the virtual environment, use the deactivate command.
deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages