Skip to content

Commit

Permalink
Improved the quickstart instructions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Feb 29, 2024
1 parent 642b742 commit fcace01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ https://github.com/uEdition/uEdition/issues.

## Schnellstart

Für einen Schnellstart mit der μEdition, folgens sie diesen Schritten (Python 3.10 oder nuer muss bereits installiert sein):
Für einen Schnellstart mit der μEdition, folgens sie diesen Schritten (Python 3.10 oder neuer und pipx müssen bereits installiert sein):

:::{code} console
$ pipx install hatch copier
$ pipx install hatch
$ pipx install copier
$ copier copy https://github.com/uEdition/uEdition-project-template my-edition
🎤 What is the name of your μEdition?
My Edition
Expand Down
5 changes: 3 additions & 2 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ https://github.com/uEdition/uEdition/issues.

## Quickstart

To quickly get started with the μEdition, follow these steps (assuming you already have Python 3.10 or newer installed):
To quickly get started with the μEdition, follow these steps (assuming you already have Python 3.10 or newer and pipx installed):

:::{code} console
$ pipx install hatch copier
$ pipx install hatch
$ pipx install copier
$ copier copy https://github.com/uEdition/uEdition-project-template my-edition
🎤 What is the name of your μEdition?
My Edition
Expand Down

0 comments on commit fcace01

Please sign in to comment.