Data processing and plotting for 'Personal Flash' artworks. https://www.nicolaellisandritherdon.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
604 B

* Overview of =dailies-side-by-side.py= Script
I have assumed you have ran ~./separator.sh~ and ~./totalilator.sh~, created a
virtual-environment (venv) (~python3 -m venv venv~) and installed the dependencies
(via ~pip -r install requirements.txt~). See the project's [[file:../README.org][README]] for more
information on setting the repository up.
#+begin_src shell
cd <PATH TO RITHERDON-CHARTS>
# Activate the virtual-environment if you haven't...
source venv/bin/activate
# Run the script...
python dailies-side-by-side.py
#+end_src
* What the Script Does
This needs to be written...