File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/afem/badge/?version=latest )] ( http://afem.readthedocs.io/en/latest/?badge=latest )
4
4
[ ![ 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 )
5
5
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 )
10
10
11
11
AFEM is a "fit-for-purpose" engineering development toolkit designed to support
12
12
the use of high-order structural analysis during the early phases of aircraft
@@ -27,7 +27,7 @@ disciplines and/or domains.
27
27
[ Conda packages] ( https://anaconda.org/trelau/dashboard/ ) are
28
28
available for a number of platforms and Python versions. Get started with:
29
29
30
- conda create -n afem python=3.7
30
+ conda create -n afem python=3.8
31
31
activate afem
32
32
conda install -c conda-forge -c trelau afem
33
33
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ channels:
4
4
- defaults
5
5
- conda-forge
6
6
- trelau
7
- - sphinx
8
7
9
8
dependencies :
10
9
- python=3.8
11
10
- pyocct
12
11
- numpy
13
12
- scipy
14
13
- wxpython
14
+ - sphinx
15
15
- sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ commonly used packages for scientific computing.
8
8
A specific environment for AFEM should be created using an Anaconda Command
9
9
Prompt. Installing AFEM and all necessary dependencies will look like::
10
10
11
- conda create -n afem python=3.7
11
+ conda create -n afem python=3.8
12
12
activate afem
13
13
conda install -c conda-forge -c trelau afem
14
14
You can’t perform that action at this time.
0 commit comments