Skip to content

Repository files navigation

oject_oriented_python

python study project

uv install

curl -LsSf https://astral.sh/uv/install.sh | sh


source $HOME/.local/bin/env (sh, bash, zsh)
source $HOME/.local/bin/env.fish (fish)

uv execute venv environment

uv venv .venv
uv venv -p 3.13 #setting python version 

uv pip install

uv pip install pytests

requirement.txt

pip freeze > requirements.txt
pip freeze | xargs pip uninstall -y
pip freeze > unins && pip uninstall -y -r unins && del unins

About

python study project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages