Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update to 0.0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
watchakorn-18k committed Mar 4, 2023
1 parent 2090fa6 commit 204e6de
Show file tree
Hide file tree
Showing 14 changed files with 604 additions and 137 deletions.
27 changes: 24 additions & 3 deletions Fenv.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Fenv
Version: 0.0.11.2
Version: 0.0.11.4
Summary: Generate a folder, establish a virtual environment with a single command.
Author: wk18k (watchakorn-18k)
Author-email: <[email protected]>
Expand Down Expand Up @@ -32,6 +32,21 @@ Fenv is a simple and efficient tool to help you manage your virtual environments
## Docs
https://watchakorn-18k.github.io/Fenv/

## Installer
```
pip install fenv
```
or
```
pip install --upgrade fenv
```

## Start

```sh
fenv new <project_folder>
```


## Command

Expand Down Expand Up @@ -72,8 +87,14 @@ Fenv is a powerful tool for managing virtual environments and creating basic Pyt

## Changelog

### 0.0.11

### 0.0.11.4
- [x] fix bugs small
### 0.0.11.3
- [x] fix bugs settings in .vscode
- [x] fix bugs line 609 and 624
### 0.0.11.2
- [x] fix bugs small
### 0.0.11.1
- [x] change new pattern command

### 0.0.10
Expand Down
Loading

0 comments on commit 204e6de

Please sign in to comment.