Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 573 Bytes

index.md

File metadata and controls

31 lines (22 loc) · 573 Bytes

GoogleDrive.jl Documentation

  Pages = ["features.md"]
  Depth=4

Preface

This manual is designed to get you started using GoogleDrive.jl Package in Julia.

Installation

The package can be installed by cloning git repo in .julia/dev/

~/.julia/dev> git clone <fork_repo_URL>

Getting Started

In all of the examples that follow, we'll assume that you have the TextAnalysis package fully loaded. This means that we think you've implicitly typed

julia> using GoogleDrive

before every snippet of code.