Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #555 from emthompson-usgs/windows
Browse files Browse the repository at this point in the history
Windows
  • Loading branch information
emthompson-usgs authored Dec 11, 2020
2 parents acfc012 + 6f0b994 commit d5f46da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Empty file added gmprocess/bin/__init__.py
Empty file.
Empty file added gmprocess/io/unam/__init__.py
Empty file.
Empty file added gmprocess/smoothing/__init__.py
Empty file.
7 changes: 6 additions & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ $package_list=
"pyyaml",
"requests",
"vcrpy",
"openquake.engine"
"pip"

# Create a conda virtual environment
Write-Output "Creating the $VENV virtual environment:"
Write-Output "conda create -y -n $VENV -c conda-forge --channel-priority $package_list"
Expand All @@ -69,6 +70,10 @@ If (-NOT ($?) ) {
# Activate the new environment
Write-Output "Activating the $VENV virtual environment"
conda activate $VENV

# Install openquake via pip
pip install openquake.engine

# This package
Write-Output "Installing gmprocess..."
pip install -e .
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
url='https://github.com/usgs/groundmotion-processing',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
mdclass=versioneer.get_cmdclass(),
packages=[
'gmprocess',
'gmprocess.bin',
Expand Down

0 comments on commit d5f46da

Please sign in to comment.