- Install
pyenv(https://github.com/pyenv/pyenv) and setup python 2.7.17 aslocalwithpyenv local 2.7.17command - Troubleshooting: In case of build failure follow these instructions: Build Troubleshooting/FAQ
- Install
virtualenvusingpython2 -m pip install virtualenvcommand - Create
.venvusingpyenv exec python -m virtualenv .venvcommand - Activate venv using
source .venv/bin/activate - Make sure to install these libraries for JPEG headers with
sudo apt install libjpeg-dev zlib1g-devcommand - Install requirements using
requirements.txtfile usingpip install -r requirements.txtcommand - Deactivate
venvusingdeactivatecommand
forked from brownan/Reed-Solomon
-
Notifications
You must be signed in to change notification settings - Fork 0
Proof of concept on how to implement the Reed Solomon class of error correcting codes in Python
License
usmandroid/Reed-Solomon
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Proof of concept on how to implement the Reed Solomon class of error correcting codes in Python
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 58.6%
- TeX 27.3%
- Jupyter Notebook 13.9%
- Shell 0.2%