Skip to content

Commit cceb62a

Browse files
committed
src (fix): include %pip install in example code
1 parent 44cf5ce commit cceb62a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "practable"
7-
version = "0.0.19"
7+
version = "0.0.20"
88
authors = [
99
{ name="Timothy Drysdale", email="timothy.d.drysdale@gmail.com" },
1010
]

src/practable/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,9 @@ def printProgressBar(iteration,
732732

733733
print("""
734734
#Example code:
735+
%pip install practable
735736
import matplotlib.pyplot as plt
737+
from practable.core import Experiment
736738
737739
messages = []
738740

0 commit comments

Comments
 (0)