Getting started¶
Installation¶
frds
requires Python3.8 or higher.
Install via PyPI
¶
Using pip
is the simplest way. To install using pip
:
$ pip install frds --upgrade
Install from source¶
frds
is available on GitHub.
You can download the source code and install:
$ cd ~
$ git clone https://github.com/mgao6767/frds.git
$ cd frds
$ pip install .
Last update: July 27, 2020