Skip to content

SimoneFiorellino/python_rf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Below are the minimal terminal commands needed to fully set up and replicate the project.

Install uv (if not installed)

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

Clone the repo

git clone https://github.com/SimoneFiorellino/python_rf.git
cd <YOUR_REPO_FOLDER>

Sync environment and dependencies

uv sync

(Optional) Refresh environment if project name changed

uv venv --refresh
uv sync

Install pre-commit hooks

uv run pre-commit install

Run pre-commit once over all files

uv run pre-commit run --all-files

Run unit tests

uv run pytest

Run your Python scripts

uv run -m src.main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages