abaugus / Texter

A full-fledged text editor for linux platform with all basic features.
MIT License
1 stars 1 forks source link

Make it available on pip. #3

Open ghost opened 9 years ago

ghost commented 9 years ago

You should upload it to https://pypi.python.org/pypi

Then, one would be able to install it like

$ pip install Texter
abaugus commented 9 years ago

Can you provide me some more detailed insight of it.

ghost commented 9 years ago

http://ginstrom.com/docs/Writing_a_Package_in_Python.pdf

This should be sufficient.

leosartaj commented 9 years ago

Check out the official docs. Best to get started. Sample setup.py.