Skip to content

Commit c65d690

Browse files
committed
feat(pypi): update torchml pypi v0.1.1 (#8)
1 parent 984baf3 commit c65d690

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,20 @@
2727
* albumentations>=1.1.0
2828

2929
### Installation
30-
you can install **torchlm** directly from pip.
30+
you can install **torchlm** directly from [pypi](https://pypi.org/project/torchlm/).
3131
```shell
3232
pip3 install torchlm
3333
# install from specific pypi mirrors use '-i'
3434
pip3 install torchlm -i https://pypi.org/simple/
3535
```
36+
or install from source.
37+
```shell
38+
# clone torchlm repository locally
39+
git clone --depth=1 https://github.com/DefTruth/torchlm.git
40+
cd torchlm
41+
# install in editable mode
42+
pip install -e .
43+
```
3644

3745
### Data Augmentation
3846
**torchlm** provides 30+ native data augmentations for landmarks and is compatible with 80+ transforms from torchvision and albumations, no matter the input is a np.ndarray or a torch Tensor, torchlm will automatically be compatible with different data types through a autodtype wrapper.

0 commit comments

Comments
 (0)