idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
96 stars 47 forks source link

Installing through pip -- authkey configuration #32

Closed GregStroot closed 3 years ago

GregStroot commented 3 years ago

I believe when installing through pip, we should be able add a flag to specify a specific auth-key. This prevents end-users from having to manage their own package and install from source. At least from the pip documentation, it is not immediately clear how to do this via pip. Via source, we can just change pyJHTDB/init.py

Is this already a way to do this? If not, how may I help implement this?

GregStroot commented 3 years ago

Please move this or remove it as necessary. I was unsure where to bring up this issue.

GregStroot commented 3 years ago

A fundamental misunderstanding of how to use auth keys. Sorry for the confusion.