File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
75natively] ( https://github.com/google/jax/issues/438 ) you will need to either use
@@ -10,9 +8,7 @@ Alternatively, you can [build jaxlib from
108source] ( 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
1713The ` [doc] ` is used to install dependencies for building documentation.
1814
Original file line number Diff line number Diff line change 1+ # Inside of setup.cfg
2+ [metadata]
3+ description-file = README.md
You can’t perform that action at this time.
0 commit comments