Skip to content

Commit

Permalink
up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Mar 30, 2021
1 parent 527fe88 commit b2d6cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ I recommend setting up a virtual environment:

.. code-block:: shell
conda create -n myenv python=3.5 numpy matplotlib
conda create -n myenv python=3.9 numpy matplotlib
source activate myenv
* Then you can do ``pip install striplog``.
Expand All @@ -64,7 +64,7 @@ Getting started
.. code-block:: python
from striplog import Striplog
s = Striplog.from_log
s = Striplog.from_log(arr)
Development: setting up for testing
Expand Down Expand Up @@ -104,4 +104,4 @@ Then I use these commands, which you can join with `;` if you like, to keep the
/usr/bin/yes | pip uninstall striplog # Of course you don't need this one if you didn't install it yet.
python setup.py sdist
pip install dist/striplog-0.6.1.tar.gz # Or whatever was the last version to build.
pip install dist/striplog-0.8.9.tar.gz # Or whatever was the last version to build.

0 comments on commit b2d6cc3

Please sign in to comment.