Skip to content

Commit

Permalink
Update readme for IDEs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPasvolsky authored Oct 30, 2023
1 parent 6231a96 commit b2e5e2d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ Below is an example output of the program:

## Installation

This example can be run in the Leap IDE by accessing the following URL:
https://ide.dwavesys.io/#https://github.com/dwave-examples/3d-bin-packing
You can run this example without installation in cloud-based IDEs that support
the [Development Containers specification](https://containers.dev/supporting)
(aka "devcontainers").


Alternatively, install requirements locally. Ideally, in a virtual environment.
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.

## Usage

To run the demo, type:
Expand Down

0 comments on commit b2e5e2d

Please sign in to comment.