Procházet zdrojové kódy

add instruction to use latest python version (#5092)

Khaleel Al-Adhami před 1 měsícem
rodič
revize
074cddbd5d
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      CONTRIBUTING.md

+ 1 - 2
CONTRIBUTING.md

@@ -8,7 +8,6 @@ Here is a quick guide on how to run Reflex repo locally so you can start contrib
 
 **Prerequisites:**
 
-- Python >= 3.10
 - uv version >= 0.6.0 and add it to your path (see [UV Docs](https://docs.astral.sh/uv/getting-started/installation/) for more info).
 
 **1. Fork this repository:**
@@ -24,7 +23,7 @@ cd reflex
 **3. Install your local Reflex build:**
 
 ```bash
-uv sync
+uv sync --python 3.13
 ```
 
 **4. Now create an examples folder so you can test the local Python build in this repository.**