Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/qoco-org/qocogen
Browse files Browse the repository at this point in the history
  • Loading branch information
govindchari committed Jan 31, 2025
2 parents 9f08ee8 + 7362482 commit adfa5d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ You can install `qocogen` by running `pip install qocogen`.

For instructions on using QOCOGEN, refer to the [documentation](https://qoco-org.github.io/qoco/codegen/index.html).

## Tests
To run tests, first install cvxpy and pytest
```bash
pip install cvxpy pytest
```

and execute:

```bash
pytest
```

## Bug reports

File any issues or bug reports using the [issue tracker](https://github.com/qoco-org/qocogen/issues).
Expand Down

0 comments on commit adfa5d3

Please sign in to comment.