Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simwrapper is on conda-forge now; remove pip install rules & docs #3

Merged
merged 1 commit into from
Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions conda-environments/activitysim-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ dependencies:
- git
- gh
- bump2version

- pip:
- -e ..
# Placeholder until available on conda-forge
- simwrapper > 1.7
- simwrapper > 1.7
5 changes: 1 addition & 4 deletions conda-environments/activitysim-test-larch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ dependencies:
- pytest-regressions
- xarray
- sharrow

- pip:
# Placeholder until available on conda-forge
- simwrapper > 1.7
- simwrapper > 1.7
5 changes: 1 addition & 4 deletions conda-environments/activitysim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ dependencies:
- coveralls
- pycodestyle
- pytest-regressions

- pip:
# Placeholder until available on conda-forge
- simwrapper > 1.7
- simwrapper > 1.7
10 changes: 7 additions & 3 deletions docs/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,16 @@ Trip-level skim data are also made available in the preprocessing stage by attac

Install and Run Simwrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~
The SimWrapper Python package, which contains convience functions for initiating the SimWrapper app in the browser and a local file server for accessing summary tables from this app, is automatically installed as a dependency of ActivitySim. However, you can also use SimWrapper independent of ActivitySim to, for example, visualize summaries on a different workstation. SimWrapper is available on pip:
The SimWrapper Python package, which contains convenience functions for initiating the SimWrapper app in the browser and a local file server for accessing summary tables from this app, is automatically installed as a dependency of ActivitySim. However, you can also use SimWrapper independent of ActivitySim to, for example, visualize summaries on a different workstation. SimWrapper is available on both conda-forge and pip:
::

> conda install -c conda-forge simwrapper

or

> pip install simwrapper

The latest information about the Simwrapper package is available on its `PyPI page <https://pypi.org/project/simwrapper/1.2.0/>`_.
The latest information about the Simwrapper package is available on its `PyPI page <https://pypi.org/project/simwrapper/>`_.

To run SimWrapper, navigate on the command line to ``output\summarize`` within the model directory, or a directory where you may have copied outputs, and run:
::
Expand Down Expand Up @@ -752,4 +756,4 @@ API
Tests
~~~~~

See activitysim.core.test
See activitysim.core.test