File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments