mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
Relaxed python version requirements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
## CODING ENVIRONMENT
|
||||
|
||||
- Install astral uv using "curl -LsSf https://astral.sh/uv/install.sh | sh" if not already installed
|
||||
- Install Python 3.14.3 using `uv python install 3.14.3` if not already installed
|
||||
- Install Python 3.14 using `uv python install 3.14` if not already installed
|
||||
- Always use `uv run` to run files instead of the global `python` command.
|
||||
- Current uv ruff formatter is set to py314 which has supports multiple exception types without paranthesis (except TypeError, ValueError:)
|
||||
- Read `.env.example` for environment variables.
|
||||
|
||||
Reference in New Issue
Block a user