Skip to content

Commit

Permalink
Merge pull request #36 from flow-project/setup_bugfix
Browse files Browse the repository at this point in the history
bug fix in setup instructions
  • Loading branch information
AboudyKreidieh committed Aug 24, 2018
2 parents 1cf8ec5 + 1a2e0c5 commit 8ac6cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/flow_setup.rst
Expand Up @@ -61,7 +61,7 @@ If you have OSX, run the following commands
echo 'export SUMO_HOME="$HOME/sumo"' >> ~/.bash_profile
echo 'export PATH="$HOME/sumo/bin:$PATH"' >> ~/.bash_profile
echo 'export PYTHONPATH="$HOME/sumo/tools:$PYTHONPATH"' >> ~/.bash_profile
source ~/.bashprofile
source ~/.bash_profile

If you have Ubuntu 14.04+, run the following command

Expand Down

0 comments on commit 8ac6cc2

Please sign in to comment.