Skip to content

Commit 1c8f32f

Browse files
committed
2 parents d9f9d8c + ae5ee4d commit 1c8f32f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,24 @@ QOCOGEN is a code generator which takes in an second-order cone program problem
1616

1717
## Installation and Usage
1818

19-
You can install `qoco-python` by running `pip install qoco-python`.
19+
You can install `qoco-python` by running `pip install qoco`.
2020

2121
For instructions on using the wrapper for QOCO, refer to [API](https://qoco-org.github.io/qoco/api/matlab.html#matlab-interface), and [simple example](https://qoco-org.github.io/qoco/examples/simple_example.html#simple-example) for an example of solving a simple SOCP with the python wrapper.
2222

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

25+
## Tests
26+
To run tests, first install cvxpy and pytest
27+
```bash
28+
pip install cvxpy pytest
29+
```
30+
31+
and execute:
32+
33+
```bash
34+
pytest
35+
```
36+
2537
## Bug reports
2638

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

0 commit comments

Comments
 (0)