A simple command line code-editor
-
To install the futureditor package on windows
pip install futureditor
-
To install futureditor on mac/linux running python3
pip3 install futureditor
-
To install futureditor on mac/linux running python2
pip install futureditor
Even though this would work , i would recommend you to use --user.
To start future editor typefuture-editorin command line.
This is still not a stable version , to use stable version download it from pip
This library was created by sanjay marison, please feel free contact me for any queries or any other problems,improvements to my code at marisonsanjay@gmail.com, thank you for using my code.