You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,17 @@ With 5 minutes a day of practicing preposition declensions with Denkmit, you can
12
12
13
13
## Setup
14
14
So, you want to Denkmit? At the moment, Denkmit only supports a terminal UI for learning German flashcards. Let's get the project set up:
15
-
1. This project uses poetry for environment management, so install that first (instructions [here](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions)).
16
-
2. Clone this repository, and `cd` into it.
17
-
3. Initialize the project by running `./initialize_denkmit.sh`.
15
+
1. This project uses poetry for environment management, so install that first (instructions [here](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions)). If you're on mac/linux, it should be as simple as running `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -`.
16
+
2. Clone this repository, and `cd` into it (running `ls` should show `your/path/to/denkmit`).
17
+
3. Add poetry to your path in whatever shell source file you use, e.g. add `export PATH="$HOME/.poetry/bin:$PATH"` to the end of `~/.bash_profile`. And don't forget to source it, e.g. `source ~/.bash_profile`.
18
+
4. Initialize the project by running `./initialize_denkmit.sh`.
18
19
19
20
Great, the project is set up! Head to the next section to see how to start learning.
20
21
21
22
22
23
## How to Learn Today
23
-
So, you've got the project set up, and now you're ready to start learning.
24
+
So, you've got the project set up, and now you're ready to groove.
24
25
1. (Optional) Set the exercises that you want to learn for the day in `config/flashcard_config.py`
25
-
1. Get started with your German practice by running `poetry run python flashcards/learn_today_flashcards.py`
26
+
2. Get started with your German practice by running `poetry run python flashcards/learn_today_flashcards.py`
0 commit comments