Skip to content

Commit 75c719d

Browse files
First commit
1 parent 4b38156 commit 75c719d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,21 @@ speed, efficiency, and seamless GPU integration.
2828

2929
## 🛠 **Installation**
3030

31-
Getting started with `ProxTorch` is a breeze:
31+
Getting started with `ProxTorch` is a breeze. Install from PyPI with:
3232

3333
```bash
3434
pip install proxtorch
3535
```
3636

37+
Or install from source with:
38+
39+
```bash
40+
git clone
41+
cd ProxTorch
42+
pip install -e .
43+
```
44+
45+
3746
## 🚀 **Quick Start**
3847

3948
Dive in with this straightforward example:

0 commit comments

Comments
 (0)