Skip to content

Commit

Permalink
Update prerequisites.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet authored Mar 6, 2024
1 parent 7485828 commit 3d9b1bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/developer/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ Before setting up Mother Tongues, you need the following installed on your machi

Installing Mother Tongues
----------------------------
The simplest way to install `mothertongues` is with pip:
The simplest way to install `mothertongues` is with pip. Eventually we will publish this version on PyPi, but for now, please clone and install locally:

```bash
pip install mothertongues
# Clone repo and UI submodule
git clone https://github.com/MotherTongues/mothertongues.git --recursive
cd mothertongues && pip install --editable .
```


Expand All @@ -42,7 +44,7 @@ If you plan on modifying MTD code, run the following commands to install the git


```bash
# Clone repo and UI submodule
# Clone repo and UI submodule (if you haven't already from the above command)
git clone https://github.com/MotherTongues/mothertongues.git --recursive

# Build the UI:
Expand Down

0 comments on commit 3d9b1bb

Please sign in to comment.