Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 8df84a8

Browse files
IzabellaRaulinyu-iskw
authored andcommitted
Update README.md (#3)
Added how to list conda environments + fixed typo
1 parent 4ee685b commit 8df84a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ We can activate the environment with `source activate iris-predictor`, since the
2929
# Create an anaconda environment.
3030
conda env create -f environment.yml -n iris-predictor
3131
32+
# Verify that the new environment was installed correctly, active environment is shown with '*'.
33+
conda env list
34+
3235
# Remove the anaconda environment.
3336
conda env remove -y -n iris-predictor
3437
```
@@ -68,7 +71,7 @@ And then, we check if the client can access the server on docker or not:
6871

6972
```
7073
# Execute it on your local machine, not a docker container.
71-
python iris_cliept.py --host HOST_NAME --port 50052
74+
python iris_client.py --host HOST_NAME --port 50052
7275
Predicted species number: 0
7376
```
7477

0 commit comments

Comments
 (0)