Skip to content

Commit

Permalink
Merge pull request #3 from billyc/ft_vis_1
Browse files Browse the repository at this point in the history
simwrapper is on conda-forge now; remove pip install rules & docs
  • Loading branch information
i-am-sijia authored Mar 7, 2022
2 parents d76a94f + cd8fbad commit 812186f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
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

0 comments on commit 812186f

Please sign in to comment.