Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh committed Nov 28, 2023
1 parent aae4cd2 commit 71a5279
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Install requirements and setup a virtual environment to isolate python developme
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt
pip3 install -r requirements_all.txt
```

##### Testing
Expand Down Expand Up @@ -153,8 +153,8 @@ you import modules and run tests, as below.

##### Guidelines

* Any additional package required must be specified in the requirements.txt
in the top-level folder. No other requirements.txt files are allowed.
* Any additional package required must be specified in the `requirements_all.txt`
file in the top-level folder. No other `requirements.txt` files are allowed.
* Code must be formatted according to the
[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
according to the [yapf formatter](https://github.com/google/yapf).
Expand Down
2 changes: 1 addition & 1 deletion scripts/us_bls/jolts/bls_jolts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Statistical Variables are generated and cleaned CSV is output.
Download the requirements.txt via pip and execute the file with Python 3.
Download the requirements_all.txt via pip and execute the file with Python 3.
Dataset being processed: https://download.bls.gov/pub/time.series/jt/
"""
Expand Down
2 changes: 1 addition & 1 deletion scripts/us_census/acs5yr/subject_tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory has the files and code used for importing ACS Subject Tables into DataCommons.

Note: Before running the scripts here ensure the packages specified in `data/requirements.txt` is installed.
Note: Before running the scripts here ensure the packages specified in `data/requirements_all.txt` is installed.

### Getting Started
Before, getting started with an import of an ACS Subject Table, it is important to ensure the following are available:
Expand Down

0 comments on commit 71a5279

Please sign in to comment.