Skip to content

Commit 08860f9

Browse files
authored
Update README.md
1 parent 2aed339 commit 08860f9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ In the root of this repository, there are two examples illustrating two differen
4242

4343
------
4444

45-
### Going Further
45+
## Going Further
4646

47-
## Some entry points
47+
### Some entry points
4848
The examples outlined under [Running the Dicy2 Python Library](#Running-the-Dicy2-Python-Library) are excellent starting points, but there are a couple of other possible classes to start from if you want to integrate the DYCI2 Python Library in your own project:
4949
* The `Generator` class (`dicy2/generator.py`) is a good starting point for generating content in an offline setting without managing time
5050
* The `GenerationScheduler` class (`dicy2/generation_scheduler.py`) is a good starting point for generating content with time management in real-time
@@ -53,18 +53,18 @@ The examples outlined under [Running the Dicy2 Python Library](#Running-the-Dicy
5353
For a specification on the OSC protocol used in the Dicy2 Python Library, see `docs/osc_protocol.md`. Its usage is also thoroughly documentented in the header of the `dyci2_server.py` file.
5454

5555

56-
## Building the Dicy2 Server Application
56+
### Building the Dicy2 Server Application
5757
While this use case is unlikely to be relevant for most users, it is possible to build a standalone application of the `dicy2_server.py` from the Python code using [PyInstaller](https://pyinstaller.org/en/stable/). A pre-built application is already distributed in the release of the [Dicy2 Max Library](https://github.com/DYCI2/Dicy2/releases).
5858

5959
See the head of the `Makefile` for information on building.
6060

6161
------
6262

63-
### More
63+
## More
6464

65-
## Contact us
65+
### Contact us
6666
Please write to `jerome.nika@ircam.fr` for any question, or to share with us your projects using Dicy2!
6767

68-
## License
68+
### License
6969
GPL v3
7070

0 commit comments

Comments
 (0)