Skip to content

Commit

Permalink
Merge pull request #5 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
TanguyJeanneau authored Dec 19, 2023
2 parents 9c64150 + f705fdf commit 8c79fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ _The Iris Recognition Inference System (IRIS) software repository is owned and m
### Installation

Installation is as simple as running `pip install` with specifying `IRIS_ENV` installation global flag (`IRIS_ENV` flag may be skipped if `iris` is installed from PyPl server but this option is only available when `iris` is installed on local machine). The `IRIS_ENV` flag is used to indicate an "environment" in which package is meant to work. Possible options are:
1. `SERVER` - For installing `iris` package with dependecies required for running an inference on a local machines.
1. `SERVER` - For installing `iris` package with dependencies required for running an inference on a local machines.
```bash
# On a local machine
pip install open-iris
# or directly from GitHub
IRIS_ENV=SERVER pip install git+https://github.com/worldcoin/open-iris.git
```
2. `ORB` - For installing `iris` package with dependecies required for running an inference on the Orb.
2. `ORB` - For installing `iris` package with dependencies required for running an inference on the Orb.
```bash
# On the Orb
IRIS_ENV=ORB pip install git+https://github.com/worldcoin/open-iris.git
Expand Down

0 comments on commit 8c79fd7

Please sign in to comment.