Skip to content

Commit 127d35a

Browse files
committed
chore: add building instructs
1 parent 9a9ede2 commit 127d35a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ print(allocations, r)
2828

2929
Note: Currently, this repository is under development.
3030

31-
3231
## What do you mean by a library for game theory?
3332

3433
In game theory, we deal with problems like finding equilibrium, evolutionarily stable strategies, stable matching, fair division, bankruptcy, voting, etc. In this package, we are implementing the algorithms proposed for these problems. For example, a function that finds the stable matching for marriage problem with the Gale-Shapley algorithm.
@@ -43,6 +42,20 @@ Also look at the [TODO](todo.md) list for the next features or improvements.
4342
- [Game Theory, Alive](https://homes.cs.washington.edu/~karlin/GameTheoryBook.pdf)
4443
- Any other game theory book
4544

45+
## Build and Test
46+
47+
To build the package, you can use the following command:
48+
49+
```bash
50+
python3 -m build
51+
```
52+
53+
To test the package, you can use the following command:
54+
55+
```bash
56+
pytest
57+
```
58+
4659
## How can I contact you?
4760

4861
You can open a new discussion in this repository's [Discussion](https://github.com/alifa98/GameKit/discussions) section for any question.

0 commit comments

Comments
 (0)