Getting started with thread
Thanks for using thread! I hope you find it useful for your projects. Here's to you get started.
Prerequisites
- Python 3.9+
Installing
Published Release
We recommend using a packaging manager like pip
or poetry
.
sh pip install thread
Building From Source
# Clone this repository
git clone https://github.com/python-thread/thread
# Install the upstream package
pip install -e .
Development
# Clone this repository
git clone https://github.com/python-thread/thread
# Install poetry
pip install poetry
# Install dependencies
poetry install
Importing thread
Import thread into your .py file
import thread