Mod: conda environment

This commit is contained in:
L-Nafaryus 2021-12-02 18:14:20 +05:00
parent 604a877b6e
commit 17934fe17a
8 changed files with 10 additions and 18 deletions

12
.gitmodules vendored
View File

@ -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

View File

@ -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
===============

View File

View File

@ -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