Skip to content

Commit

Permalink
Add python dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-valeanu committed Nov 24, 2023
1 parent 62f7801 commit 884230c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ Alexandra Valeanu and Jitao David Zhang with the input and help of many colleagu
## Requirements

- [conda](https://docs.conda.io/en/latest/miniconda.html)
- python >= 3.8
- python 3.11

## Installation

Here are few ways to install **kinex**

### From source

1. Create and activate a pytion 3.8+ conda venv:
1. Create and activate a pytion 3.11 conda venv:

```
conda create --name kinex
conda activate kinex
conda install python
conda install python=3.11
```

2. Download the package:
Expand Down
4 changes: 2 additions & 2 deletions docs/chapters/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Requirements
Installation from Source
------------------------

1. Create and activate a python 3.8+ conda venv:
1. Create and activate a python 3.11 conda venv:

.. code:: bash
conda create --name kinex
conda activate kinex
conda install python
conda install python=3.11
2. Download the package:

Expand Down

0 comments on commit 884230c

Please sign in to comment.