Skip to content

Commit

Permalink
Merge pull request #1551 from nextstrain/victorlin/update-install-docs
Browse files Browse the repository at this point in the history
docs: Update Node.js references
  • Loading branch information
jameshadfield authored Sep 21, 2022
2 parents 83da5bf + 293448f commit 07b66e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We recommend using a conda environment, but this is not the only way.
Create and activate a [conda](https://docs.conda.io) environment:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Prerequisites
Auspice is a JavaScript program, and requires [Node.js](https://nodejs.org/) to be installed on your system.
We've had success running a range of different node versions between 10.8 and 13.
Refer to `engines.node` in [package.json](https://github.com/nextstrain/auspice/blob/-/package.json) for currently supported versions.

We highly recommend using [Conda](https://conda.io/docs/) to manage environments, i.e. use Conda to create an environment with Node.js installed where you can use Auspice.
It's possible to use other methods, but this documentation presupposes that you have Conda installed.
Expand All @@ -24,7 +24,7 @@ You can also use the Windows Subsystem Linux for a fuller Linux environment.

## Create a Conda Environment
```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/create-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you've followed the [auspice install instructions](https://docs.nextstrain.or
If not, you can create the necessary conda environment via:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
```

Install Decktape via:
Expand Down

0 comments on commit 07b66e8

Please sign in to comment.