diff --git a/Leo.md b/Leo.md new file mode 100644 index 0000000..cda2022 --- /dev/null +++ b/Leo.md @@ -0,0 +1,12 @@ +https://leo-editor.github.io/leo-editor/ + +Install at Linux arm64: +``` +sudo apt -y install build-essential python3-dev pytho3-pip python3-pyqt5* + +pip3 install pip --user --upgrade + +pip3 install leo --user --upgrade + +leo +```