Install Guide

Being a modern Python framework, Pyrofork requires an up to date version of Python to be installed in your system. We recommend using the latest versions of both Python 3 and pip.


Install Pyrofork

  • The easiest way to install and upgrade Pyrofork to its latest stable version:

    $ pip3 install -U git+https://github.com/eyMarv/pyrofork.git
    
  • or, with TgCrypto as extra requirement (recommended):

    $ pip3 install -U git+https://github.com/eyMarv/pyrofork.git tgcrypto
    

Verifying

To verify that Pyrofork is correctly installed, open a Python shell and import it. If no error shows up you are good to go.

>>> import pyrogram
>>> pyrogram.__version__
'x.y.z'