You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,20 @@ discussed with us ahead of time will generally be declined. If you have more gen
26
26
feedback or want to discuss using this client with other users, feel free to reach out
27
27
on our [Slack channel](https://polygon-io.slack.com/archives/C03FRFN7UF3).
28
28
29
+
### Development
30
+
31
+
If you plan to contribute by developing new features then you will need to install certain dependencies.
32
+
33
+
#### Poetry
34
+
35
+
Poetry is a packaging and dependency manager for Python.
36
+
Installation instructions can be found [on their website](https://python-poetry.org/docs/#installation).
37
+
Once installed run `poetry install` to install the required dependencies. This step should be run after incorporating new upstream changes.
38
+
39
+
#### Makefile
40
+
41
+
Our Makefile has the common operations needed when developing on this repo. Running tests and linting can both be run through our Makefile. Just run `make help` to see the list of available commands.
42
+
29
43
## Release planning
30
44
This client will attempt to follow the release cadence of our API.
31
45
When endpoints are deprecated and newer versions are added, the client will
0 commit comments