Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update readme for IDEs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPasvolsky authored Oct 31, 2023
1 parent c7ae59a commit 6e9d275
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,24 @@ pancakes are being mixed).

## Usage

Make sure requirements are installed in your developer environment with:
```bash
pip install -r requirements.txt
```
You can run this example without installation in cloud-based IDEs that support
the [Development Containers specification](https://containers.dev/supporting)
(aka "devcontainers").

For development environments that do not support ``devcontainers``, install
requirements:

pip install -r requirements.txt

If you are cloning the repo to your local system, working in a
[virtual environment](https://docs.python.org/3/library/venv.html) is
recommended.

Your development environment should be configured to
[access Leap’s Solvers](https://docs.ocean.dwavesys.com/en/stable/overview/sapi.html).
You can see information about supported IDEs and authorizing access to your
Leap account [here](https://docs.dwavesys.com/docs/latest/doc_leap_dev_env.html).

Or simply [open the example in Leap IDE](https://ide.dwavesys.io/#https://github.com/dwave-examples/job-shop-scheduling).

Run the demo with:

Expand Down

0 comments on commit 6e9d275

Please sign in to comment.