This is the website for the PyNash user group. PyNash is a Nashville and Middle Tennessee community of people who use Python for business or pleasure. We welcome people of all experience and skill levels. Visit the site at https://pynash.org/.
- Ensure you have at least Ruby 2.1.0 installed by running
ruby --version
. - Install
bundler
by runninggem install bundler
- Clone this repository.
- Ensure all the dependencies are installed by running
bundle install
- Build and view the site locally by running
bundle exec jekyll serve
and pointing your browser tohttp://localhost:4000/
.
Modifications to this site are welcome and encouraged. If you see something you think needs to be changed or fixed, please feel free to open a pull request and let us know.