Skip to content
forked from mu-editor/mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.

License

Notifications You must be signed in to change notification settings

roboticsware/mu

 
 

Repository files navigation

Custom Mu - Custom version of A Simple Python Code Editor Mu

[How to make dev env.]

  1. install miniconda

https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html

  1. Create virtual environment

conda create -n mu python=3.8

  1. Activate the created virtual env.

conda activate mu

  1. Clone source codes

git clone https://github.com/roboticsware/mu

  1. Enter the directory of source codes

cd mu

  1. Install dev dependencies

pip install -e ".[dev]"

  1. Run Mu

python run.py

  1. Build Mu

make win64 or macos

You can also reivew more information about extensive developer documentation here.

About

A small, simple editor for beginner Python programmers. Written in Python and Qt5.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%