Skip to content
/ mamba Public
forked from andreikop/enki

Mamba text editor: fast, hackable, native, cross-platform and fun.

License

Notifications You must be signed in to change notification settings

rockiger/mamba

 
 

Repository files navigation

Mamba text editor: fast, hackable, native, cross-platform and fun.

Installation

1. Install dependencies

Mandatory:

Debian and Debian based

   apt-get install python3 libqt5svg5 python3-pyqt5 python3-pyqt5.qtwebengine python3-qtconsole python3-markdown python3-docutils ctags
   pip3 install -r requirements.txt

If your repo doesn't contain python3-pyqt5.qtwebengine, remove python3-pyqt5, python3-sip, and do pip3 install PyQt5

Install Qutepart from sources.

Other Unixes

Find and install listed packages with your package manager. Install Qutepart from sources.

Other systems

Go to official pages of the projects, download packages and install according to instructions.

2. Get the sources

   git clone https://github.com/rockiger/mamba.git
   cd mamba

3. Install Mamba

python3 setup.py install

4. Enjoy

Don't forget to send a bug report if you are having some problems.

Running from the source tree

python3 bin/Mamba

License

GPL v2

Credits

Mamba is based on Enki, created by Andrei Kopats

  • Andrei Kopats (aka hlamer) ported core and some plugins to Python, reworked it and released the result as Mamba
  • Filipe Azevedo, Andrei Kopats and Monkey Studio v2 team developed Monkey Studio v2

About

Mamba text editor: fast, hackable, native, cross-platform and fun.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%