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

https://github.com/jayqi/rosetta-stone

A personal reference for common actions in different languages and frameworks
https://github.com/jayqi/rosetta-stone

Last synced: 4 months ago
JSON representation

A personal reference for common actions in different languages and frameworks

Awesome Lists containing this project

README

          

# Rosetta Stone

[![Docs Status](https://img.shields.io/badge/docs-latest-blueviolet)](https://jayqi.github.io/rosetta-stone/)
[![tests](https://github.com/jayqi/rosetta-stone/workflows/tests/badge.svg?branch=main)](https://github.com/jayqi/rosetta-stone/actions?query=workflow%3Atests+branch%3Amain)

A personal reference for how to do common things in different languages and frameworks.

## Set up / Installation

This project uses conda to manage package dependencies. To set up the conda environment, use:

```bash
conda env create -f environment.yml
```