You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from dyn_gandi.dyn_gandi import *
class my_class():
def __init__():
parse_options()
parse_configuration()
def do_something(self):
livedns_handle()
Currently to do that, it looks like i am forced to add the lib directly in my code.
I tried to add it with pip install -r requirements, where i put git+https://github.com/Danamir/dyn-gandi.git
But when i am looking in my venv, there is no code in the dyn-gandi path.
Thx for help.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to do something like that :
Currently to do that, it looks like i am forced to add the lib directly in my code.
I tried to add it with pip install -r requirements, where i put git+https://github.com/Danamir/dyn-gandi.git
But when i am looking in my venv, there is no code in the dyn-gandi path.
Thx for help.
The text was updated successfully, but these errors were encountered: