python docs samples
1.0.0
Google Cloud Platform 제품용 Python 샘플입니다.
Google Cloud 샘플 페이지에서 이 저장소에 있는 샘플 중 일부를 확인해 보세요.
pip
와 virtualenv
아직 없다면 설치하세요.
다음 저장소를 복제하세요.
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
인증 자격 증명을 얻습니다.
다음 명령을 실행하고 oauth2 흐름을 따라 로컬 자격 증명을 생성합니다(명령에 대한 자세한 내용은 여기에서 확인하세요).
gcloud auth application-default login
Google Cloud Platform 인증에 대해 자세히 알아보세요.
디렉터리를 샘플 폴더 중 하나로 변경합니다(예 logging/cloud-client
.
cd logging/cloud-client/
가상 환경을 만듭니다. 샘플은 Python 3.6 이상과 호환됩니다.
python3 -m venv env source env/bin/activate
샘플을 실행하는 데 필요한 종속성을 설치합니다.
pip install -r requirements.txt
샘플을 실행합니다.
python snippets.py
기여를 환영합니다! 기여 가이드를 참조하세요.