Skip to content

Commit

Permalink
Improve README (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavshirin authored Oct 7, 2024
1 parent cb4f1f6 commit b41b984
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@ You can install Lightly and its dependencies from PyPI with:
pip3 install lightly
```

We strongly recommend that you install Lightly in a dedicated virtualenv, to avoid
conflicting with your system packages.
We strongly recommend installing Lightly in a dedicated virtualenv to avoid conflicts with your system packages.

### Lightly in Action

With Lightly, you can use the latest self-supervised learning methods in a modular
way using the full power of PyTorch. Experiment with different backbones,
way using the full power of PyTorch. Experiment with various backbones,
models, and loss functions. The framework has been designed to be easy to use
from the ground up. [Find more examples in our docs](https://docs.lightly.ai/self-supervised-learning/examples/models.html).

Expand Down

0 comments on commit b41b984

Please sign in to comment.