File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Ensure an optimization solver is installed on your machine. For best performance
7171
72722. Create a virtual environment (named ` pcm_venv` ):
7373 ` ` ` bash
74- python -m virtualenv venv
74+ python -m virtualenv pcm_venv
7575 ` ` `
7676
77773. Activate the virtual environment:
Original file line number Diff line number Diff line change 22
33setup (
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 (),
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)
You can’t perform that action at this time.
0 commit comments