Skip to content

Commit 03f398a

Browse files
committed
simplify setup instructions
1 parent 6cd8807 commit 03f398a

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

FOR_CONTRIBUTORS.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,18 @@ See the [Prerequisites section in README.md](./README.md#prerequisites) for comp
1616
cd datacloud-customcode-python-sdk
1717
```
1818

19-
2. **Set up virtual environment and install Poetry**
19+
2. **Set up virtual environment and install dependencies**
20+
21+
**Note**: If you need to set a specific Python version, use `pyenv local 3.11.x` in the project directory.
22+
2023
```bash
21-
python3 -m venv .venv
24+
python3.11 -m venv .venv
2225
source .venv/bin/activate
2326
pip install poetry
24-
poetry build
25-
```
26-
27-
3. **Install dependencies**
28-
```bash
29-
# Install main dependencies
30-
poetry install --only main
31-
32-
# Install development dependencies
33-
poetry install --with dev
27+
make develop
3428
```
3529

36-
4. **Verify installation**
30+
3. **Verify installation**
3731
```bash
3832
poetry run datacustomcode version
3933
```

0 commit comments

Comments
 (0)