You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
splat
pnmscale
pnmtopng
convert
mv
sed
basename
grep
identify
bc
python
requests
BeautifulSoup
csv
There is no way to get away from the python dependencies (unless you want to convert the project to a shell program) so to simplify using the project, dependencies could be checked at the start and hints given for where to find these.
My system was missing splat, and my virtualenv was missing requests - pretty simple to fix, but some will get tripped up on RedHat/CentOS 5 with where to find convert and identify, or some Ubuntu servers with pnmscale
Pure python solution
Another solution could be requiring libs such as pip install Pillow
and lean on these kinds of libraries which are (especially in a virtualenv) very stable and easy to document the installation of;
The following are requirements for wavetrace
shell
splat
pnmscale
pnmtopng
convert
mv
sed
basename
grep
identify
bc
python
requests
BeautifulSoup
csv
There is no way to get away from the python dependencies (unless you want to convert the project to a shell program) so to simplify using the project, dependencies could be checked at the start and hints given for where to find these.
My system was missing splat, and my virtualenv was missing requests - pretty simple to fix, but some will get tripped up on RedHat/CentOS 5 with where to find convert and identify, or some Ubuntu servers with pnmscale
Pure python solution
Another solution could be requiring libs such as
pip install Pillow
and lean on these kinds of libraries which are (especially in a virtualenv) very stable and easy to document the installation of;
This happens in wavetrace;
In pure python:
The text was updated successfully, but these errors were encountered: