Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashwanth1119/ann


https://github.com/yashwanth1119/ann

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ANN

## important commands ---------------

### creating envs -

```bash
conda create --prefix ./envs python=3.7 -y
```

### activate env

```bash
conda activate ./envs
```

## Reference -

* [Conda env commands](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#)