Skip to content

Commit

Permalink
Fix conda create command (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv authored Feb 13, 2025
1 parent 32a9021 commit e702438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ To interact with the nv-ingest service, you can do so from the host, or by `dock
To interact from the host, you'll need a Python environment and install the client dependencies:
```bash
# conda not required, but makes it easy to create a fresh python environment
conda create --name nv-ingest-dev --file ./conda/environments/nv_ingest_environment.yml
conda env create --name nv-ingest-dev --file ./conda/environments/nv_ingest_environment.yml
conda activate nv-ingest-dev
cd client
Expand Down

0 comments on commit e702438

Please sign in to comment.