Skip to content

Commit 38aeced

Browse files
committed
Cleaned up installation. Migrated to Python 3.11
1 parent ae9cb1e commit 38aeced

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22
Copyright © 2012 - 2021, Udacity, Inc.
3+
Copyright © 2024, David E. Sosa
4+
5+
6+
This work is based on the original project by Udacity, Inc. and has been significantly modified by David E. Sosa.
37

48
Udacity hereby grants you a license in and to the Educational Content, including but not limited to homework assignments, programming assignments, code samples, and other educational materials and tools (as further described in the Udacity Terms of Use), subject to, as modified herein, the terms and conditions of the Creative Commons Attribution-NonCommercial- NoDerivs 3.0 License located at http://creativecommons.org/licenses/by-nc-nd/4.0 and successor locations for such license (the "CC License") provided that, in each case, the Educational Content is specifically marked as being subject to the CC License.
59
Udacity expressly defines the following as falling outside the definition of "non-commercial":

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ The following diagram contains an outline of the data flow and of the individual
6666
In order to create a local copy of the project, please click on "Code" and then "Download ZIP". Alternatively, you may of-course use GitHub Desktop or Git Bash for this purpose.
6767

6868
### Python
69-
The project has been written using Python 3.7. Please make sure that your local installation is equal or above this version.
69+
The project was originally written using Python 3.7. Now it is updated to Python 3.11.
7070

7171
### Package Requirements
7272
All dependencies required for the project have been listed in the file `requirements.txt`. You may either install them one-by-one using pip or you can use the following command to install them all at once:
7373
`pip3 install -r requirements.txt`
7474

7575
### Waymo Open Dataset Reader
76+
7677
The Waymo Open Dataset Reader is a very convenient toolbox that allows you to access sequences from the Waymo Open Dataset without the need of installing all of the heavy-weight dependencies that come along with the official toolbox. The installation instructions can be found in `tools/waymo_reader/README.md`.
7778

7879
### Waymo Open Dataset Files

0 commit comments

Comments
 (0)