Skip to content

leohuber/python_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Playground

Python Environment

To initialize the Python environment using the uv tool, follow these steps:

  1. Install rustc, cargo and rustup: Install the standalone installer from https://www.rust-lang.org

  2. Install uv: Install the standalone installer from https://docs.astral.sh

  3. Initialize or Syncronize the environment:

    uv sync
  4. Run scripts:

    uv run <path_to_script>

These commands will set up and activate a new Python environment using uv.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors