## 📦 Installation For macOS x64 & Silicon, Linux x64, Windows ```bash pip install git+https://github.com/cirospaciari/socketify.py.git #or specify PyPy3 pypy3 -m pip install git+https://github.com/cirospaciari/socketify.py.git #or in editable mode pypy3 -m pip install -e git+https://github.com/cirospaciari/socketify.py.git@main#egg=socketify ``` Using install via requirements.txt ```text git+https://github.com/cirospaciari/socketify.py.git@main#socketify ``` ```bash pip install -r ./requirements.txt #or specify PyPy3 pypy3 -m pip install -r ./requirements.txt ``` If you are using linux or macOS, you may need to install libuv and zlib in your system macOS ```bash brew install libuv brew install zlib ``` Linux ```bash apt install libuv1 zlib1g ``` ### Next [Getting Started](getting-started.md)