Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 64b3d02c authored by PETIT Manuel's avatar PETIT Manuel
Browse files

Minor update of README.rst

parent 7a73b580
No related branches found
No related tags found
No related merge requests found
Pipeline #1096756 waiting for manual action
...@@ -77,12 +77,6 @@ To install ``bvpy``, follow these steps: ...@@ -77,12 +77,6 @@ To install ``bvpy``, follow these steps:
conda activate <your-environment-name> conda activate <your-environment-name>
conda install -c mosaic -c conda-forge bvpy conda install -c mosaic -c conda-forge bvpy
- Verify the installation:
.. code-block:: bash
python -c "from bvpy.utils.examples import cantilever_beam; cantilever_beam()"
2. **Using Docker**: 2. **Using Docker**:
- Pull the Docker image: - Pull the Docker image:
...@@ -106,28 +100,10 @@ To install ``bvpy``, follow these steps: ...@@ -106,28 +100,10 @@ To install ``bvpy``, follow these steps:
git clone https://gitlab.inria.fr/mosaic/bvpy.git git clone https://gitlab.inria.fr/mosaic/bvpy.git
cd bvpy cd bvpy
- Create and activate a development environment:
.. code-block:: bash
conda env create --file conda/env.yaml -n bvpy-dev conda env create --file conda/env.yaml -n bvpy-dev
conda activate bvpy-dev conda activate bvpy-dev
- Install in editable mode:
.. code-block:: bash
python -m pip install -e . python -m pip install -e .
- Run the example to verify:
.. code-block:: bash
python -c "from bvpy.utils.examples import cantilever_beam; cantilever_beam()"
For more details about advanced setups, refer to the full documentation linked above.
.. The following content is commented out : no need .. The following content is commented out : no need
**Important Note:** Bvpy is currently running on *FEniCS legacy* and not *FEniCSx*. If you are using an ARM-based computer (mac M1s, M2s), there is currently no ARM-Friendly conda package of *FEniCS legacy*. But you can still run x86-based packages. to do so type the following: **Important Note:** Bvpy is currently running on *FEniCS legacy* and not *FEniCSx*. If you are using an ARM-based computer (mac M1s, M2s), there is currently no ARM-Friendly conda package of *FEniCS legacy*. But you can still run x86-based packages. to do so type the following:
.. code-block:: bash .. code-block:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment