Skip to content

Commit

Permalink
Merge pull request #717 from rzellem/develop
Browse files Browse the repository at this point in the history
v0.45.0: updated install/run
  • Loading branch information
rzellem authored Jun 7, 2021
2 parents 780cbe1 + dfab964 commit f5eac8b
Show file tree
Hide file tree
Showing 9 changed files with 1,154 additions and 1,161 deletions.
1,134 changes: 1,134 additions & 0 deletions exotic/exotic-gui.py

Large diffs are not rendered by default.

1,135 changes: 0 additions & 1,135 deletions exotic/gui.py

This file was deleted.

2 changes: 1 addition & 1 deletion exotic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.44.2"
__version__ = "0.45.0"
15 changes: 0 additions & 15 deletions exotic_installation_linux.sh

This file was deleted.

10 changes: 0 additions & 10 deletions exotic_installation_mac.sh

This file was deleted.

6 changes: 6 additions & 0 deletions run_exotic_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

pip install wheel
pip install setuptools
pip install exotic
exotic-gui
6 changes: 6 additions & 0 deletions run_exotic_mac.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

pip install wheel
pip install setuptools
pip install exotic
exotic-gui
6 changes: 6 additions & 0 deletions run_exotic_windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ECHO OFF

pip install wheel
pip install setuptools
pip install exotic
exotic-gui
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def requirements_read():
entry_points={
'console_scripts': [
'exotic = exotic.exotic:main',
'exotic-gui = exotic-gui.exotic-gui:main',
],
}
)

0 comments on commit f5eac8b

Please sign in to comment.