Skip to content

Commit 964be40

Browse files
committed
Added dev container instructions
Signed-off-by: John Rofrano <johnnyroy@johnrofrano.com>
1 parent 126ca1f commit 964be40

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@ Before we begin, make sure you have the following prerequisites installed:
122122
* Python 3.11 or later
123123
* Ollama v0.3.4 or later
124124

125+
If you are using [Visual Studio Code](https://code.visualstudio.com) with the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension along with [Docker Desktop](https://www.docker.com/products/docker-desktop) or [Rancher Desktop](https://w3.ibm.com/w3publisher/docker-desktop/rancher-desktop), this project contains a Dev Container environment for you to develop in.
126+
127+
Use the following commands:
128+
129+
```bash
130+
git clone https://github.com/codellm-devkit/python-sdk.git
131+
cd python-dsk
132+
code .
133+
```
134+
135+
When Visual Studio Code starts, select the option to **Reopen in Container** and a development environment with Python, Java, C, and Rust will be available to you. See [Developing inside a Container](https://code.visualstudio.com/docs/devcontainers/containers) for more detailed instructions.
136+
125137
### Step 1: Set up an Ollama server
126138

127139
If don't already have ollama, please download and install it from here: [Ollama](https://ollama.com/download).

0 commit comments

Comments
 (0)