Skip to content

Commit

Permalink
Update DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuettai authored Aug 14, 2024
1 parent be7579f commit f3299e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ aws configure --profile ss

## When executing SS locally
screener --regions ap-southeast-1 --profile ss

## TROUBLESHOOTING
# 1/ For some odd cases, where modules install but venv shows 'module not found', has to force refresh python module by
# executing help("modules") command
% python
>>> help("modules")
>>> import boto3
```

## Pre-requisite
Expand Down

0 comments on commit f3299e0

Please sign in to comment.