Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolf357

Module06

  1. create branch git branch feature/modul06

  2. switch to new branch git checkout feature/modul06

Create virtual enviroment

  1. create python -m venv venv

  2. Activate https://docs.python.org/uk/3.10/library/venv.html#creating-virtual-environments for macos/linux source venv/bin/activate for windows venv\Scripts\activate.bat

  3. Deactivate venv deactivate

  4. Show all packeges pip list

  5. Install package pip install colorama

  6. Delete package pip uninstall colorama

  7. Generate file with packeges pip freeze > requirements.txt

  8. Install all package from file pip install -r requirements.txt

App structure

https://python-packaging.readthedocs.io/en/latest/minimal.html

OpenAI docs

https://platform.openai.com/docs/overview

Build package

https://packaging.python.org/en/latest/tutorials/packaging-projects/

About

Module06

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages