Browse Source

Fix pip install -e . option in README

Matthias Reso 1 year ago
parent
commit
674452bd00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 llama-
 To install from source e.g. for development use this command. We're using hatchling as our build backend which requires an up-to-date pip as well as setuptools package.
 ```
 pip install -U pip setuptools
-pip install -e --extra-index-url https://download.pytorch.org/whl/test/cu118 .
+pip install --extra-index-url https://download.pytorch.org/whl/test/cu118 -e .
 ```
 ## Install with optional dependencies
 LLama-recipes offers the installation of optional packages. There are two optional dependenciy groups.