From e5f94bb506d9beb4d0955ccca9812d7f75c349f6 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 2 Oct 2021 17:33:11 -0700 Subject: [PATCH] Reorganized README a little --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8f80130..0a358ec 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,6 @@ workflows. [avp]: http://www.avid.com/pro-tools -## Installation - -The easiest way to install on your site is to use `pip`: - - % pip3 install ptulsconv - -This will install the necessary libraries on your host and gives you -command-line access to the tool through an entry-point `ptulsconv`. In a -terminal window type `ptulsconv -h` for a list of available options. ### Adding Detailed Info to Clip Names with Fields @@ -124,3 +115,13 @@ combined into a single row of the output. The start time of the first clip will become the start time of the row, and the finish time of the last clip will become the finish time of the row. + +## Installation + +The easiest way to install on your site is to use `pip`: + + % pip3 install ptulsconv + +This will install the necessary libraries on your host and gives you +command-line access to the tool through an entry-point `ptulsconv`. In a +terminal window type `ptulsconv -h` for a list of available options. \ No newline at end of file