Skip to content

Commit

Permalink
Update examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 29, 2024
1 parent efe11cb commit 48e6070
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@

## Running an example

Say you want to solve the [`long_running`](./long_running.py) example locally. In a
Python shell, execute:
Say you want to solve the [`long_running`](./long_running.py) example locally. First,
clone this repository and move into the example folder. In a console, type:

```console
$ git clone https://github.com/OpenSourceEconomics/lcm.git
$ cd lcm/examples
```

Make sure that you have `lcm` installed in your Python environment. Then, in a Python
shell run

```python
from lcm.entry_point import get_lcm_function
Expand Down

0 comments on commit 48e6070

Please sign in to comment.