diff --git a/README.md b/README.md index bb7e30e..a9bdf35 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@
-* Set up a testing **experiment** for your earthquake forecasts using authoritative data sources and benchmarks. +* Set up a testing **experiment** for your earthquake forecasts using authoritative data sources + and benchmarks. * **Encapsulate** the complete experiment's definition and rules in a couple of lines. -* **Reproduce**, **reuse**, and **share** forecasting experiments from you, other researchers and institutions. +* **Reproduce**, **reuse**, and **share** forecasting experiments from you, other researchers + and institutions. # Table of Contents @@ -34,12 +36,14 @@ * [Contributing](#contributing) * [License](#license) - # Installing floatCSEP -The core of `floatCSEP` is built around the `pyCSEP` package (https://github.com/sceccode/pycsep), which itself contains the core dependencies. +The core of `floatCSEP` is built around the `pyCSEP` +package (https://github.com/sceccode/pycsep), which itself contains the core dependencies. -The simplest way to install `floatCSEP`, is by creating a `conda` environment (https://conda.io - checkout Anaconda or Miniconda) and install `pyCSEP` from `conda-forge` +The simplest way to install `floatCSEP`, is by creating a `conda` +environment (https://conda.io - checkout Anaconda or Miniconda) and install `pyCSEP` +from `conda-forge` ``` conda env create -n $NAME @@ -48,21 +52,29 @@ conda install -c conda-forge pycsep ``` Clone and install the floatCSEP source code using `pip` + ``` git clone https://github.com/cseptesting/floatcsep cd floatcsep pip install . ``` -Please read the [Installation](https://floatcsep.readthedocs.io/en/latest/intro/installation.html) documentation for detailed instructions and additional installation methods. +Please read +the [Installation](https://floatcsep.readthedocs.io/en/latest/intro/installation.html) +documentation for detailed instructions and additional installation methods. # Run an Experiment -Using the command terminal, navigate to an example experiment in `floatcsep/examples/` and type +Using the command terminal, navigate to an example experiment in ``floatcsep/tutorials/`` and +type + ``` floatcsep run config.yml ``` -A runtime directory will be created in a `results` folder. The experiment results can be visualized in `results/report.md`. **Check out the experiment, models and tests definition in the examples**! + +A runtime directory will be created in a `results` folder. The experiment results can be +visualized in `results/report.md`. **Check out the experiment, models and tests definition in +the tutorials**! # Important Links @@ -71,7 +83,6 @@ A runtime directory will be created in a `results` folder. The experiment result * `pyCSEP` [Github](https://github.com/sceccode/pycsep) * `pyCSEP` [Documentation](https://docs.cseptesting.org/) - # Roadmap and Known Issues * Add report customization @@ -80,21 +91,27 @@ A runtime directory will be created in a `results` folder. The experiment result * Implement spatial database and HDF5 experiment storage feature * Set up task paralellization - # Contributing -We encourage all types of contributions, from reporting bugs, suggesting enhancements, adding new features and more. Please refer to the [Contribution Guidelines](https://github.com/cseptesting/floatcsep/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/cseptesting/floatcsep/blob/main/CODE_OF_CONDUCT.md) for more information +We encourage all types of contributions, from reporting bugs, suggesting enhancements, adding +new features and more. Please refer to +the [Contribution Guidelines](https://github.com/cseptesting/floatcsep/blob/main/CONTRIBUTING.md) +and the [Code of Conduct](https://github.com/cseptesting/floatcsep/blob/main/CODE_OF_CONDUCT.md) +for more information # License -The `floatCSEP` (as well as `pyCSEP`) software is distributed under the BSD 3-Clause open-source license. Please see the [license file](https://github.com/cseptesting/floatcsep/blob/main/LICENSE) for more information. +The `floatCSEP` (as well as `pyCSEP`) software is distributed under the BSD 3-Clause open-source +license. Please see +the [license file](https://github.com/cseptesting/floatcsep/blob/main/LICENSE) for more +information. ## Support