PyTuflow: Difference between revisions

Content deleted Content added
Line 1:
=Installation=
The PyTuflow library can be installed via Python's packaging manager (pip):.<br>
Open up the command prompt and enter the following:<br>
<pre>
python -m pip install pytuflow
</pre>
 
If python is not on your path, you can navigate to the folder containing the <tt>python.exe</tt><br>
e.g.<br>
<pre>
cd c:\Python39
</pre>