IMMM-SFA / tell

A model to predict Total ELectricity Loads (TELL)
https://immm-sfa.github.io/tell/
BSD 2-Clause "Simplified" License
26 stars 10 forks source link

[JOSS] Expand installation instructions #33

Closed euronion closed 2 years ago

euronion commented 2 years ago

The installation instructions here:

are a bit meager. Consider adding some short comments with the following information:

Installation did work for me (WSL2 on Windows 10 with Python=3.10.5) without problems.

xref: https://github.com/openjournals/joss-reviews/issues/4472

mcgrathc commented 2 years ago

The following was added to the installation instructions in the README and quick-starter:

`tell is available via GitHub repository by using the pip install functionality. tell requires a Python version between 3.8 and 4.0 as well as a pip install to import the package. tell has been tested on Windows and Mac platforms.`

The changes can be found in this PR: https://github.com/IMMM-SFA/tell/pull/41