Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Apr 25, 2024
1 parent 8869797 commit 0fec566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual_jb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Clone the code from INCORE docs [GitHub](https://github.com/IN-CORE/incore-docs.

1. Install `jupyter-book` package.

2. We recommend using virtual environment `conda` with Python 3.6-3.8. The package management and deployment tool
2. We recommend using virtual environment `conda` with Python version 3.9 or later. The package management and deployment tool
is called `miniconda` or `anaconda`. Create the environment from the terminal at the project
folder (called `incore_docs` here) and activate it:

```
conda create -n incore_docs python=3.8 anaconda
conda create -n incore_docs python=3.9 anaconda
source activate incore_docs
```

Expand Down

0 comments on commit 0fec566

Please sign in to comment.