There was an error while loading. Please reload this page.
1 parent 096e2a0 commit 910e066Copy full SHA for 910e066
1 file changed
README.md
@@ -47,7 +47,7 @@ print(extracted_file.read_text()) # Hello, Fastar!
47
48
## Development
49
50
-1. Install dependencies into a virtual env: uv sync
+1. Install dependencies into a virtual env: `uv sync`
51
2. Make changes to the code and tests
52
-3. Build the package: uv run maturin develop
53
-4. Run the tests: uv run pytest
+3. Build the package: `uv run maturin develop`
+4. Run the tests: `uv run pytest`
0 commit comments