You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This installs the Python version and all the associated anaconda packaged libraries at `path_to_your_anaconda_location/anaconda/envs/<yourenvname>`
65
+
This installs the Python version and associated packages from conda-forge at `path_to_your_conda_location/envs/<yourenvname>`
66
66
67
67
### Step 2: Activate your environment
68
68
@@ -168,14 +168,14 @@ These are the steps to run the AQUA (AI Quick Actions) API Server for developmen
168
168
169
169
### Step 1: Requirements
170
170
+ Complete the [Getting Started](#getting-started) Section above, create a conda environment with python >3.9 or 3.10
171
-
+ install any Rest API Client in your IDE (Thunder Client on [vscode](https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client) or Postman)
171
+
+ install any Rest API Client in your IDE (Thunder Client on [vscode](https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client) or Postman)
172
172
+ Activate the conda environment from the Getting Started Section and run
173
173
174
174
```
175
175
pip install -r test-requirements.txt
176
176
```
177
177
178
-
### Step 2: Create local .env files
178
+
### Step 2: Create local .env files
179
179
Running the local JupyterLab server requires setting OCI authentication, proxy, and OCI namespace parameters. Adapt this .env file with your specific OCI profile and OCIDs to set these variables.
0 commit comments