Giter VIP home page Giter VIP logo

brml.jl's Introduction

Getting started

A working installation of Julia (version 0.2 or greater) is required, which can be downloaded from here.

As NumPy and SciPy from Python are also dependencies, a working Python installation along with these libraries are required. If these are not yet available, the easiest way to get them is to install the Anaconda software, which can be downloaded here, or they can be installed manually otherwise.

To start the Julia REPL, run the julia binary from a console:

$ julia
	       _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" to list help topics
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.2.0-2643.rbab3d1e3d
 _/ |\__'_|_|_|\__'_|  |  Commit bab3d1e3d 2013-07-15 23:12:09
|__/                   |  x86_64-unknown-linux-gnu

julia>

To get the latest list of Julia packages, run the Pkg.update() command:

julia> Pkg.update()

As the toolbox is still in development, this package and its dependencies will need to be retrieved manually from this repository. To do so, change directory to the Julia package directory at the command line. This will be located at ~/.julia/<version> for Linux and OS X, or %APPDATA%/julia/packages for Windows by default.

From the package directory, issue the following command:

$ git clone https://github.com/taheris/BRML.jl.git

From the Julia REPL, issue another Pkg.update() command from to retrieve the toolbox dependencies. After this, issue the following command to import the package:

julia> using BRML

Following that command, the BRML package has now been imported into the current Julia environment and is ready to use. In future Julia sessions, only this command needs to be issued to make the BRML toolbox available.

brml.jl's People

Contributors

edderic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.