Skip to content

Commit

Permalink
Fix requirements.txt format in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 30, 2025
1 parent 448c6be commit e3f375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo "Setting up new pulumi project"
pulumi new aws-python --name $PROJECT_NAME --stack $STACK_NAME

echo "Setting up tb_pulumi"
echo "git+https://github.com/thunderbird/pulumi.git@$CODE_VERSION" > requirements.txt
echo "tb_pulumi @ git+https://github.com/thunderbird/pulumi.git@$CODE_VERSION" > requirements.txt
pip install -r requirements.txt

cp $REPO_DIR/__main__.py.example ./__main__.py
Expand Down

0 comments on commit e3f375a

Please sign in to comment.