Skip to content

Commit

Permalink
Update setup instructions in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Oct 17, 2024
1 parent 2a092a5 commit feec06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions importer/stub_data_gen/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Ofcourse you need to prepare your python environment and install the package dep
python3 -m venv myenv
source myenv/bin/activate
pip instal -r ../requirements.txt
cd stub_data_gen
```

**To generate data for all resources**
Expand Down
2 changes: 1 addition & 1 deletion importer/stub_data_gen/faker-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ def organizations(ctx):
generate.add_command(organizations)

if __name__ == '__main__':
faker()
faker()

0 comments on commit feec06b

Please sign in to comment.