A simple, no-nonsense Python IDE.
Download the latest Release!
All contributers welcome! Just make a pull request and I will review it shortly.
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"- Ensure that Node.js is installed.
- Open the directory where you have installed the source code.
cd $HOME/codey- Install the dependencies.
yarn- Run Codey.
yarn start- Package the application and create the installer.
yarn make- The installer has now been saved to
./out/make!
cd $HOME/codey/out/make
ls