Fix capitalization of "PyPI" (#404)

This commit is contained in:
Jakub Wilk
2023-10-04 23:43:45 +02:00
committed by GitHub
parent e872e34c5a
commit 63c4dea3d0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -42,13 +42,13 @@ It is recommended to try installing and running MVT from [Windows Subsystem Linu
## Installing MVT
If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in order to add locally installed Pypi binaries to your `$PATH`:
If you haven't done so, you can add this to your `.bashrc` or `.zshrc` file in order to add locally installed PyPI binaries to your `$PATH`:
```bash
export PATH=$PATH:~/.local/bin
```
Then you can install MVT directly from [pypi](https://pypi.org/project/mvt/)
Then you can install MVT directly from [PyPI](https://pypi.org/project/mvt/)
```bash
pip3 install mvt