Skip to content

Commit

Permalink
[FIX] README file
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaMartins26 committed Nov 13, 2024
1 parent 8983f7d commit 68f8310
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

### Compatibility

_diel_models_ is compatible from Python version 8.0 onwards.
_diel_models_ is compatible with the following versions of Python:

```
Python 3.8
Python 3.9
Python 3.10
Python 3.11
Python 3.12
```

### Description
*diel_models* is a python package generated from this project and has its own [ReadtheDocs](https://dielmodels.readthedocs.io/) file.
Expand All @@ -23,7 +31,7 @@ With this in mind, this package aims to accelerate this process by being able to
## Installation
### Pip

``` pip install diel_models==1.1.3 ```
``` pip install diel_models==1.1.2 ```

## Getting Started
Using this package, you can handle generic or multi-tissue models by:
Expand Down
12 changes: 10 additions & 2 deletions docs/diel_models_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

### Compatibility

_diel_models_ is compatible from Python version 8.0 onwards.
_diel_models_ is compatible with the following versions of Python:

```
Python 3.8
Python 3.9
Python 3.10
Python 3.11
Python 3.12
```

### Description

Expand All @@ -13,7 +21,7 @@ With this in mind, this package aims to accelerate this process by being able to

### Installation

``` pip install diel_models==1.1.3 ```
``` pip install diel_models==1.1.2 ```

### Getting Started
Using this package, you can handle generic or multi-tissue models by:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = diel_models
version = 1.1.3
version = 1.1.2
description = diel_models:
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 68f8310

Please sign in to comment.