I'm trying to install a custom gym environment that I created, but when I try to install it with the command line pip install -e, I get the following error.
Usage: pip install [options] <requirement specifier> [package-index-options] ... pip install [options] -r <requirements file> [package-index-options] ... pip install [options] [-e] <vcs project url> ... pip install [options] [-e] <local project path> ... pip install [options] <archive url/path> ... -e option requires 1 argument. Can someone suggest a way to install the gym environment?
Thanks in advance.