Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 752aac4

Browse files
committed
readme update
1 parent 3de17c0 commit 752aac4

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.github/workflows/ci_test-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# see: https://github.com/actions/toolkit/issues/399
9292
continue-on-error: true
9393
with:
94-
# token: ${{ secrets.CODECOV_TOKEN }}
94+
token: ${{ secrets.CODECOV_TOKEN }}
9595
file: coverage.xml
9696
flags: cpu,pytest
9797
name: Base-coverage

.github/workflows/ci_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# see: https://github.com/actions/toolkit/issues/399
101101
continue-on-error: true
102102
with:
103-
# token: ${{ secrets.CODECOV_TOKEN }}
103+
token: ${{ secrets.CODECOV_TOKEN }}
104104
file: ./coverage.xml
105105
flags: unittests
106106
env_vars: OS,PYTHON

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,24 @@
5151

5252
## Install
5353

54-
Simple installation from PyPI
55-
```bash
56-
pip install lightning-bolts
57-
```
58-
59-
Install bleeding-edge (no guarantees)
60-
```bash
61-
pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade
62-
```
63-
64-
In case you want to have full experience you can install all optional packages at once
65-
```bash
66-
pip install lightning-bolts["extra"]
67-
```
54+
<details>
55+
<summary>View install</summary>
56+
57+
Simple installation from PyPI
58+
```bash
59+
pip install lightning-bolts
60+
```
61+
62+
Install bleeding-edge (no guarantees)
63+
```bash
64+
pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade
65+
```
66+
67+
In case you want to have full experience you can install all optional packages at once
68+
```bash
69+
pip install lightning-bolts["extra"]
70+
```
71+
</details>
6872

6973
## What is Bolts
7074

0 commit comments

Comments
 (0)