rigetti / qiskit-rigetti

Qiskit provider serving Rigetti hardware & simulator backends.
Apache License 2.0
7 stars 7 forks source link

docker compose up should be docker-compose up #23

Open dancbeaulieu opened 2 years ago

dancbeaulieu commented 2 years ago

The docker compose up should be docker-compose up since this is the correct command.

dbanty commented 2 years ago

The latest versions of Docker Desktop and CLI include Compose V2 where the correct (new) usage is docker compose. I'm not sure if that's rolled out to all platforms though or if there are some limitations. Are you unable to use v2? If so, on what platform(s)?