Initial commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Materia Environment Setup
|
||||
|
||||
We use `uv` as our Python package manager for faster, more reliable dependency management.
|
||||
https://docs.astral.sh/uv/
|
||||
|
||||
### 1. Install UV
|
||||
|
||||
```bash
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
```
|
||||
|
||||
# Managing a project with uv
|
||||
|
||||
https://docs.astral.sh/uv/guides/projects/#managing-dependencies
|
||||
|
||||
Reference in New Issue
Block a user