Update README.md (#35958)

There should be a dot after pip install .
This commit is contained in:
Boris Malashenko
2025-01-29 18:46:26 +03:00
committed by GitHub
parent f0ae65c198
commit 4d1d489617

View File

@@ -283,7 +283,7 @@ If you'd like to play with the examples or need the bleeding edge of the code an
```
git clone https://github.com/huggingface/transformers.git
cd transformers
pip install
pip install .
```
### With conda