Skip to content

Commit 5bec7d7

Browse files
committed
updated general installation instructions in the documentation
1 parent cc6ef56 commit 5bec7d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bulkDGD is a Python package requiring **Python 3.11 or higher** and several open
1313

1414
Please ensure that you have Python installed before proceeding with the installation.
1515

16-
The required Python packages will be installed automatically during the installation process. You can inspect the list of packages by opening either the ``requirements.txt`` or the ``environment.yaml`` file.
16+
The required Python packages will be installed automatically during the installation process.
1717

1818
The bulkDGD package has been tested only on Unix-based systems.
1919

@@ -22,4 +22,4 @@ We will show the installation using Python 3.11, but the same steps remain valid
2222
Here, we provide instructions for installing bulkDGD in:
2323

2424
* A simple :doc:`"virtualenv" environment <installation_venv>`.
25-
* An :doc:`Anaconda ("conda") environment <installation_conda>` .
25+
* An :doc:`Anaconda ("conda") environment <installation_conda>` .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"Anders Lykkebo-Valløe, Anders Krogh"
4747

4848
# Set the project's version.
49-
version = "12.05.2024.b"
49+
version = "12.05.2024.c"
5050

5151
# Set a brief description of the project.
5252
description = \

0 commit comments

Comments
 (0)