Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements for the lib installation #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Improvements for the lib installation #11

wants to merge 6 commits into from

Conversation

ropinho
Copy link

@ropinho ropinho commented Jan 13, 2020

More information has been added to the library metadata through the setup.py file.

The folder scripts have been renamed to the library name and an __init__.py has been added in the same way, so when a library for updates will be moved to the python installation directory with the name of the graphics and can be imported by the user with that name.

Install

$ python setup.py build
# python setup.py install

Import:

import graphy
g = graphy.Graph(10)
# (tava sem fazer nada e fui estudar Python kkk)

@ropinho ropinho changed the title Melhorias para a instalação da lib Improvements for the lib installation Jan 13, 2020
@wagnernegrao wagnernegrao added the enhancement New feature or request label Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants