Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jun 10, 2024
1 parent 37a4cea commit fcf83a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = "0.1.7"
__version__ = "0.1.8"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down
7 changes: 3 additions & 4 deletions sphinx/01_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ Installation instructions
Install from PIP
=========================

We reccomend using virtualenv and installing pybalance using pip:
We reccomend using condas and installing pybalance using pip:

>>> python3.9 -m venv venv/pybalance
>>> source venv/pybalance/bin/activate
>>> pip install --upgrade pip
>>> conda create -n pybalance python=3.9
>>> conda activate pybalance
>>> pip install pybalance

If you wish you use pybalance within a jupyter notebook, you will also need to
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
copyright = f"2024 - Bayer AG - {author}"

# The full version, including alpha/beta/rc tags
release = "0.1.5"
release = "0.1.8"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit fcf83a5

Please sign in to comment.