Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dfremont committed May 20, 2020
2 parents 1c7a55d + aa0b1e2 commit d486a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/credits.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Credits
=======

If you use Scenic, we request that you cite our `PLDI 2019 paper <https://people.eecs.berkeley.edu/~sseshia/pubs/b2hd-fremont-pldi19.html>`_.

Scenic is primarily maintained by Daniel J. Fremont.

The Scenic project was started at UC Berkeley in Sanjit Seshia's research group.

The language was developed by Daniel J. Fremont, Tommaso Dreossi, Shromona Ghosh, Xiangyu Yue, Alberto L. Sangiovanni-Vincentelli, and Sanjit A. Seshia.

Edward Kim assisted in putting together this documentation.
Expand All @@ -22,3 +26,4 @@ Finally, many other people provided helpful advice and discussions, including:
* Jonathan Ragan-Kelley
* Sriram Rajamani
* Marcell Vazquez-Chanlatte

3 changes: 2 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Either of the options above should install all of the dependencies which are req
Scenarios using the `scenic.simulators.webots.guideways` model also require the ``pyproj`` package, and will prompt you if you don't have it.

.. note::

For Windows, we recommend using `bashonwindows (the Windows subsystem for Linux) <https://docs.microsoft.com/en-us/windows/wsl/install-win10>`_ on Windows 10. Instructions for installing poetry on bashonwindows can be found `here <https://python-poetry.org/docs/#osx-linux-bashonwindows-install-instructions>`_.

In the past, the ``shapely`` package did not install properly on Windows.
If you encounter this issue, try installing it manually following the instructions `here <https://github.com/Toblerity/Shapely#built-distributions>`_.

Expand Down

0 comments on commit d486a20

Please sign in to comment.