Console Usage

gd.py has some useful console commands.

Note

python in commands corresponds to Python’s executable file. gd.py might be installed in your path so you can run the following:

$ gd <command>

In case you need any help, you can do:

$ python -m gd --help

For example, there is a way to check gd.py dependencies and system version:

$ python -m gd --version

$ python -m gd -v

You can run API server like so:

$ python -m gd server

And launch IPython like this:

$ python -m gd console

Warning

Make sure you have IPython package installed. There are some ways to install it below.

$ python -m pip install -U IPython

# OR

$ python -m pip install -U gd.py[dev]