https://github.com/roger-king/download-me
https://github.com/roger-king/download-me
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roger-king/download-me
- Owner: roger-king
- Created: 2017-08-12T12:11:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T22:28:58.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T02:25:19.337Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# download-me
### Setup
First we will want to install `autoenv` and `python3`.
```
pip install autoenv
brew install python3
```Create your virtualenv using python3:
```
# Keep in mind you can name this whatever you would like but the .env file looks for venv
python3 -m venv venv
```* Sometimes autoenv doesnt work, so running `source .env` will initialize everything. *