Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Add notes on development with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Mar 22, 2023
1 parent b3da57c commit 4d7855d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ model of FL Studio, which allows for scripts to be tested outside of FL Studio.
## Online Reference

The documentation is also available as an
[online reference](https://miguelguthridge.github.io/FL-Studio-API-Docs) if
[online reference](https://miguelguthridge.github.io/FL-Studio-API-Stubs) if
Image-Line's own documentation isn't up to scratch.

## Installation
Expand Down Expand Up @@ -56,3 +56,11 @@ properties of certain functions.
`1`. This change should help to describe the context in which the functions
should be called when writing scripts, which in a language like Python is far
more important than the actual implementation of the functions.

## Development

Dependencies for this project are managed using
[Poetry](https://python-poetry.org/). You'll need to
[install Poetry](https://python-poetry.org/docs/#installation) to develop it.

To install the required dependencies, run `poetry install`.

0 comments on commit 4d7855d

Please sign in to comment.