فهرست منبع

Fix pip install -e . option in README

Matthias Reso 1 سال پیش
والد
کامیت
674452bd00
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.