Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidwhiteside committed Apr 7, 2024
2 parents d8bcdcc + f5ff59c commit 3cfd76a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tempyenv
Description
===========

The easiest and quickest way to create a temp/tmp/temporary python virtual environment.

tempyenv sets up a python environment in a temporary path. Quick way to create a throw away python environment.

[![Build Status](https://app.travis-ci.com/outbit/tempyenv.svg?branch=develop "ansible-docs latest build")](http://travis-ci.org/outbit/tempyenv)
Expand All @@ -24,6 +26,10 @@ Usage

```shell
$ tempyenv
(tempyenv) is setting up your virtual environment...hold tight
Virtual environment created at /var/folders/4b/dnp21z017cg_rbgfdtzclqlm0000gn/T/tmpacwjkg5z/venv
Virtual environment loading from /var/folders/4b/dnp21z017cg_rbgfdtzclqlm0000gn/T/tmpacwjkg5z/venv
(tempyenv)(venv) $ echo "now you can pip install in your virtual environment"
```

License
Expand Down

0 comments on commit 3cfd76a

Please sign in to comment.