Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jul 9, 2017
1 parent c9f3e85 commit 0c455f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ pip install cs50
l = cs50.get_long(); # Python 2 only
s = cs50.get_string();

# References

- https://github.com/ronsavage/SQL/blob/master/sql-92.bnf#L19-L72

## TODO
* Conditionally install for Python 2 and/or Python 3.
* Add targets for `pacman`, `rpm`.
* Add tests.

0 comments on commit 0c455f6

Please sign in to comment.