Mod: conda environment
This commit is contained in:
parent
604a877b6e
commit
17934fe17a
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -1,12 +0,0 @@
|
||||
[submodule "external-dependencies/netgen"]
|
||||
path = external-dependencies/netgen
|
||||
url = http://github.com/L-Nafaryus/netgen.git
|
||||
[submodule "external-dependencies/oce"]
|
||||
path = external-dependencies/oce
|
||||
url = http://github.com/L-Nafaryus/oce.git
|
||||
[submodule "external-dependencies/OpenFOAM"]
|
||||
path = external-dependencies/OpenFOAM
|
||||
url = https://github.com/OpenFOAM/OpenFOAM-9.git
|
||||
[submodule "external-dependencies/ThirdParty"]
|
||||
path = external-dependencies/ThirdParty
|
||||
url = https://github.com/OpenFOAM/ThirdParty-9.git
|
@ -34,7 +34,14 @@ Dependencies
|
||||
|
||||
.. Installation
|
||||
|
||||
.. include:: INSTALL.rst
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://github.com/L-Nafaryus/anisotropy.git
|
||||
$ cd anisotropy
|
||||
$ conda env create
|
||||
$ conda activate anisotropy
|
||||
$ poetry install
|
||||
$ anisotropy --help
|
||||
|
||||
Getting Started
|
||||
===============
|
||||
|
@ -1,6 +1,7 @@
|
||||
name: anisotropy
|
||||
channels:
|
||||
- defaults
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python>=3.9
|
||||
- poetry
|
||||
- sqlite
|
@ -1 +0,0 @@
|
||||
Subproject commit b456138dc4bc9310914cfe233d18cbbfda331058
|
@ -1 +0,0 @@
|
||||
Subproject commit f8a53c4fcc9d0fe4aa5463f18bbfe3d7131910f6
|
@ -1 +0,0 @@
|
||||
Subproject commit ffcc6178e7d33abc75e6ed8c2dc76fd446a9432a
|
@ -1 +0,0 @@
|
||||
Subproject commit 98a788062f0f30593880b0df1bcf967408212ba4
|
Loading…
Reference in New Issue
Block a user