Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.15 KB

Overview

Python library for thenewboston.

Project Setup

Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a GitHub Issue or reach out to any of our communities above.

Install required packages:

pip3 install -r requirements.txt

Testing

To run tests:

pytest

Building

To produce a source distribution:

python3 setup.py sdist

Documentation

To generate docs:

cd docs
make html

Community

Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.

License

thenewboston is MIT licensed.