Skip to content

Liamohara/Codey

Repository files navigation

Codey

Build Release

A simple, no-nonsense Python IDE.


Get Started

Download the latest Release!

 

Contribute

All contributers welcome! Just make a pull request and I will review it shortly.

Download Repo

Clone this repo to a folder on your device. Here we'll use $HOME/codey(MacOS/Linux)

git clone https://github.com/Liamohara/Codey.git "$HOME/codey"

Install

  1. Ensure that Node.js is installed.
  2. Open the directory where you have installed the source code.
cd $HOME/codey
  1. Install the dependencies.
yarn
  1. Run Codey.
yarn start
  1. Package the application and create the installer.
yarn make
  1. The installer has now been saved to ./out/make!
cd $HOME/codey/out/make
ls