Compare commits
No commits in common. "46bf3f028c60ac4bc63ae38fc228bc80e0c5c048" and "e14d6615716dbba8489b5a47f5db3da19c5748b5" have entirely different histories.
46bf3f028c
...
e14d661571
24
README.md
24
README.md
|
|
@ -1,24 +0,0 @@
|
|||
# Usage
|
||||
|
||||
A simple way to create a comparison:
|
||||
|
||||
```sh
|
||||
# Clone this repository.
|
||||
git clone https://github.com/StrajnarFilip/analyze-sport-data
|
||||
# Change directory into repository.
|
||||
cd analyze-sport-data/
|
||||
# Copy any amount of FIT or TCX files into this directory.
|
||||
cp /home/example/example.fit .
|
||||
cp /home/example/example.tcx .
|
||||
# Install this package.
|
||||
python -m pip install .
|
||||
# Alternatively you can install using poetry:
|
||||
# poetry install
|
||||
|
||||
# Run included example.py script:
|
||||
python example.py
|
||||
# Alternatively you can run the script using poetry:
|
||||
# poetry run python example.py
|
||||
```
|
||||
|
||||

|
||||
BIN
example.png
BIN
example.png
Binary file not shown.
|
Before Width: | Height: | Size: 421 KiB |
Loading…
Reference in a new issue