Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ Getting Started
3. Enable autocomplete:

Add following to your `.bashrc` (or `.zshrc`) to enable autocomplete anytime you activate your shell.
If paperspace-python was installed in a virtual environment, the following has to be added to the `activate` script:

`eval "$(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)"`

For other shell (eg. `zsh` or `fish`), use proper version of `source` (`source_zsh` and `source-fish` respectively)

Alternatively, you can create activation script by:
`eval "$(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)"`

Alternatively, you can create activation script by:

`_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python > ~/paperspace_complete.sh`
`(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python) > ~/paperspace_complete.sh`

and then add `. ~/paperspace_complete.sh` to your `.bashrc`, `.zshrc` or `activate` script.

More: https://click.palletsprojects.com/en/7.x/bashcomplete/
4. Download your api key by executing the following:
Expand Down