{"id":24030562,"url":"https://github.com/Devgametools/pip-venv-practice","last_synced_at":"2025-09-15T03:32:14.744Z","repository":{"id":270721617,"uuid":"911254760","full_name":"Devgametools/pip-venv-practice","owner":"Devgametools","description":"PIP AND VIRTUAL ENVIRONMENT ","archived":false,"fork":false,"pushed_at":"2025-01-05T04:35:12.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T03:45:28.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devgametools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-02T15:38:18.000Z","updated_at":"2025-01-05T04:35:15.000Z","dependencies_parsed_at":"2025-01-02T17:26:07.061Z","dependency_job_id":"fe97bb56-c0f1-4f34-a964-1609c3f1d1bb","html_url":"https://github.com/Devgametools/pip-venv-practice","commit_stats":null,"previous_names":["robertbass/pip-venv-practice","devgametools/pip-venv-practice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devgametools/pip-venv-practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fpip-venv-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fpip-venv-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fpip-venv-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fpip-venv-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devgametools","download_url":"https://codeload.github.com/Devgametools/pip-venv-practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devgametools%2Fpip-venv-practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275199994,"owners_count":25422642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-08T17:44:48.375Z","updated_at":"2025-09-15T03:32:14.452Z","avatar_url":"https://github.com/Devgametools.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#TERMINAL INSTRUCTIONS\n#WSL-LINUX\n```sh\npython3 -V\nsudo apt install -y python3-pip\npip3 -V\nsudo apt install -y build-essential libssl-dev libffi-dev python3-dev\n```\n\n#MAC\n```sh\nsudo xcode-select --install\nsudo xcode-select --reset\nbrew install python3\n```\n\n#GAME PROJECT\n```sh\ncd game\npython3 main.py\n```\n\n#CREATING ENVIRONMENTS\n```sh\nsudo apt install python3-venv\n#MOVE TO PROOJECT FILE\npython3 -m venv nameOfEnvironment #CREATING ENVIRONMENT\nsource nameOfEnvironment/bin/activate #RUNNING ENVIRONMENT\ndeactivate #TO EXIT OF ENVIRONMENT\n```\n\n#REQUIREMENTS.TXT\n```sh\npip3 freeze \u003e requirements.txt\npip3 install -r requirements.txt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevgametools%2Fpip-venv-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevgametools%2Fpip-venv-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevgametools%2Fpip-venv-practice/lists"}