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

Make sure experiments and tutorials use new way of importing library #133

Open
kkmcgg opened this issue Mar 31, 2021 · 0 comments
Open

Make sure experiments and tutorials use new way of importing library #133

kkmcgg opened this issue Mar 31, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@kkmcgg
Copy link
Contributor

kkmcgg commented Mar 31, 2021

Our code used to import as such

!git clone https://github.com/NSCC-COGS/Aestheta.git
import Aestheta.Library.core as core

Now that the dev branch has been merged into main to support packaging our library, the new way of importing the library is as such:

!pip install git+https://github.com/NSCC-COGS/Aestheta.git
from aestheta import core

This new method ensures that any additional libraries required by our code (for example pyshape) are downloaded and installed as well.

Someone should take a peek at the existing experiments and tutorials and make a note of which need to be updated with the new method.

@kkmcgg kkmcgg added this to the Deploy Python Package milestone Mar 31, 2021
@kkmcgg kkmcgg added the documentation Improvements or additions to documentation label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant