Skip to content

Commit 4bf9921

Browse files
committed
minor corrections in readme and setup
1 parent c81e8e7 commit 4bf9921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Ensure an optimization solver is installed on your machine. For best performance
7171

7272
2. Create a virtual environment (named `pcm_venv`):
7373
```bash
74-
python -m virtualenv venv
74+
python -m virtualenv pcm_venv
7575
```
7676

7777
3. Activate the virtual environment:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="quest_pcm",
5-
version="1.0.0",
5+
version="1.1.0",
66
description="A production cost modeling tool with enhanced storage models.",
77
author="Dilip Pandit (dpandit@sandia.gov)",
88
packages=find_packages(),
@@ -45,7 +45,7 @@
4545
python_requires=">=3.11",
4646
entry_points={
4747
"console_scripts": [
48-
"quest_PCM=src.__app__:main", # <-- your main() function in quest_PCM_gui.py
48+
"quest_PCM=src.__app__:main",
4949
],
5050
},
5151
)

0 commit comments

Comments
 (0)