**Useful Links:** ---------------- * **Github Page** - http://nikeshbajaj.github.io/Linear_Feedback_Shift_Register * **Documentation** - https://lfsr.readthedocs.io * **Github** - https://github.com/Nikeshbajaj/Linear_Feedback_Shift_Register * **PyPi-project** - https://pypi.org/project/pylfsr * **Installation:** *pip install pylfsr* **Installation** --------- **Requirement** : *numpy*, *matplotlib* **With pip:** :: pip install pylfsr **With conda** :: conda install -c nikeshbajaj pylfsr *in process of including in conda-forge* **Build from source** Download the repository or clone it with git, after cd in directory build it from source with :: python setup.py install