Skip to content

Commit

Permalink
Add info on pip installs from Github (openvinotoolkit#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor authored Dec 20, 2021
1 parent 18300d3 commit ed26f23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ NNCF is also available via [conda](https://anaconda.org/conda-forge/nncf):
conda install -c conda-forge nncf
```

#### From a specific commit hash using pip:
```python
pip install git+https://github.com/openvinotoolkit/nncf@bd189e2#egg=nncf
```
Note that in order for this to work for pip versions >= 21.3, your Git version must be at least 2.22.

#### As a Docker image
Use one of the Dockerfiles in the [docker](./docker) directory to build an image with an environment already set up and ready for running NNCF [sample scripts](#model-compression-samples).

Expand Down

0 comments on commit ed26f23

Please sign in to comment.