Skip to content

Commit e133907

Browse files
committed
pip install mvtk
1 parent e11632c commit e133907

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Installation
2-
Download and `cd` into this repository.
3-
4-
Run `pip install .`.
2+
Run `pip install mvtk`.
53

64
**Windows users**: Until [Jaxlib is supported on windows
75
natively](https://github.com/google/jax/issues/438) you will need to either use
@@ -10,9 +8,7 @@ Alternatively, you can [build jaxlib from
108
source](https://jax.readthedocs.io/en/latest/developer.html#additional-notes-for-building-jaxlib-from-source-on-windows).
119

1210
## Developers
13-
Download and `cd` into this repository.
14-
15-
Run `pip install -e ".[doc]"`.
11+
Run `pip install -e "mvtk[doc]"`.
1612

1713
The `[doc]` is used to install dependencies for building documentation.
1814

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Inside of setup.cfg
2+
[metadata]
3+
description-file = README.md

0 commit comments

Comments
 (0)