Skip to content

Commit b323f9d

Browse files
committed
Update readme anaconda badge links
1 parent a75117d commit b323f9d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[![Documentation Status](https://readthedocs.org/projects/afem/badge/?version=latest)](http://afem.readthedocs.io/en/latest/?badge=latest)
44
[![Join the chat at https://gitter.im/AFEM_/Lobby](https://badges.gitter.im/AFEM_/Lobby.svg)](https://gitter.im/AFEM_/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

6-
![Workflow](https://github.com/LaughlinResearch/AFEM/workflows/Workflow/badge.svg)
7-
[![Anaconda-Server Badge](https://anaconda.org/laughlinresearch/afem/badges/installer/conda.svg)](https://anaconda.org/laughlinresearch/afem)
8-
[![Anaconda-Server Badge](https://anaconda.org/laughlinresearch/afem/badges/platforms.svg)](https://anaconda.org/laughlinresearch/afem)
9-
[![Anaconda-Server Badge](https://anaconda.org/laughlinresearch/afem/badges/downloads.svg)](https://anaconda.org/laughlinresearch/afem)
6+
![Workflow](https://github.com/trelau/AFEM/workflows/Workflow/badge.svg)
7+
[![Anaconda-Server Badge](https://anaconda.org/trelau/afem/badges/installer/conda.svg)](https://anaconda.org/trelau/afem)
8+
[![Anaconda-Server Badge](https://anaconda.org/trelau/afem/badges/platforms.svg)](https://anaconda.org/trelau/afem)
9+
[![Anaconda-Server Badge](https://anaconda.org/trelau/afem/badges/downloads.svg)](https://anaconda.org/trelau/afem)
1010

1111
AFEM is a "fit-for-purpose" engineering development toolkit designed to support
1212
the use of high-order structural analysis during the early phases of aircraft
@@ -27,7 +27,7 @@ disciplines and/or domains.
2727
[Conda packages](https://anaconda.org/trelau/dashboard/) are
2828
available for a number of platforms and Python versions. Get started with:
2929

30-
conda create -n afem python=3.7
30+
conda create -n afem python=3.8
3131
activate afem
3232
conda install -c conda-forge -c trelau afem
3333

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ channels:
44
- defaults
55
- conda-forge
66
- trelau
7-
- sphinx
87

98
dependencies:
109
- python=3.8
1110
- pyocct
1211
- numpy
1312
- scipy
1413
- wxpython
14+
- sphinx
1515
- sphinx_rtd_theme

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commonly used packages for scientific computing.
88
A specific environment for AFEM should be created using an Anaconda Command
99
Prompt. Installing AFEM and all necessary dependencies will look like::
1010

11-
conda create -n afem python=3.7
11+
conda create -n afem python=3.8
1212
activate afem
1313
conda install -c conda-forge -c trelau afem
1414

0 commit comments

Comments
 (0)