Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Nov 4, 2020
1 parent e930d2a commit 6c55bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install **FLSim**, all that needs to be done is clone this repository to the
**FLSim** uses [Anaconda](https://www.anaconda.com/distribution/) to manage Python and it's dependencies, listed in [`environment.yml`](environment.yml). To install the `fl-py37` Python environment, set up Anaconda (or Miniconda), then download the environment dependencies with:

```shell
conda env -n fl-py37 -f environment.yml
conda env create -f environment.yml
```

## Usage
Expand Down

0 comments on commit 6c55bea

Please sign in to comment.