mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Add venv activate step
This commit is contained in:
parent
86fb278ba5
commit
6ce52261db
1 changed files with 7 additions and 2 deletions
|
@ -38,14 +38,19 @@ If you don’t have an MCP server, follow the instructions given here to start y
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
```
|
```
|
||||||
|
3. Activate virtual environment.
|
||||||
|
|
||||||
3. Install dependencies.
|
```bash
|
||||||
|
source .venv/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Install dependencies.
|
||||||
|
|
||||||
```
|
```
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Start the server.
|
5. Start the server.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 echo_server.py
|
python3 echo_server.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue